You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?:
The text was updated successfully, but these errors were encountered:
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
Needed in 1.10.x branches to be used in Astra Classic.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: