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
Unfortunately it is due to this line https://github.com/k8ssandra/k8ssandra/blob/main/charts/k8ssandra/templates/cassandra/cassdc.yaml#L156. When the size is changed, we might end up changing the replication factor of system keyspaces. That will cause an update to the StatefulSet after the scaling which triggers the rolling restart. Of course k8ssandra shouldn't blindly change the replication factor once the cluster has been created.
Changing the
size
parameter should not result in a rolling restart of cluster nodes.The text was updated successfully, but these errors were encountered: