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
What happened?
The decommission failed in the scale down, because the pod was removed before the decommission had finished. This is because the status of decommission compares the RPC_ADDRESS from EndpointState and that information might be removed before the node has finished.
This then causes the pod to be terminated because it was removed from the StatefulSet. I only saw this happen with 4.0.1, but I guess it could happen with other versions also.
Did you expect to see something different?
Detect correct decommission status before proceeding.
Data from decommissioned and alive node (TOKENS removed for proper visualization):
What happened?
The decommission failed in the scale down, because the pod was removed before the decommission had finished. This is because the status of decommission compares the RPC_ADDRESS from EndpointState and that information might be removed before the node has finished.
This then causes the pod to be terminated because it was removed from the StatefulSet. I only saw this happen with 4.0.1, but I guess it could happen with other versions also.
Did you expect to see something different?
Detect correct decommission status before proceeding.
Data from decommissioned and alive node (TOKENS removed for proper visualization):
The text was updated successfully, but these errors were encountered: