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
If there are two datacenters in the same namespace, the seed-service's ownership will be competed and causes infinite loop in the reconciliation process since we keep updating the ownership forever. This does not prevent any real actions from happening, but causes unnecessary writes and logging.
What happened?
If there are two datacenters in the same namespace, the seed-service's ownership will be competed and causes infinite loop in the reconciliation process since we keep updating the ownership forever. This does not prevent any real actions from happening, but causes unnecessary writes and logging.
This has started to happen some time after update to Kubernetes 1.28 in the tests and controller-runtime to newer version, so around 1.19.0.
What did you expect to happen?
No response
How can we reproduce it (as minimally and precisely as possible)?
Run decommission_dc test.
cass-operator version
1.19.0
Kubernetes version
1.28
Method of installation
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: