Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configurable timeout for lifecycle/start #500

Closed
berndocklin opened this issue Mar 1, 2023 · 0 comments · Fixed by #503
Closed

configurable timeout for lifecycle/start #500

berndocklin opened this issue Mar 1, 2023 · 0 comments · Fixed by #503
Labels
done Issues in the state 'done' enhancement New feature or request

Comments

@berndocklin
Copy link

What is missing?

Make the timeout for startCassandra() REST call to management api lifecycle configurable.

Why do we need it?

In reconciling racks startCassandra() REST call has a very short time out of only 10 seconds before it kills the pods. The called lifecycle/start call was always synchronous, it has to wait until the start script fully executed and Cassandra/DSE starts can take much more time than that.

While it would be desirable to have this rest call async and then monitor state of starting-not-ready - currently that is not the case.

Environment

  • Cass Operator version:

Needed in 1.10.x branches to be used in Astra Classic.

Anything else we need to know?:

@berndocklin berndocklin added the enhancement New feature or request label Mar 1, 2023
@berndocklin berndocklin changed the title timeout for lifecycle/start configurable timeout for lifecycle/start Mar 2, 2023
@adejanovski adejanovski added the done Issues in the state 'done' label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done' enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants