sieve
sieve
**Describe the bug** When scaling down, the Cassandra operator always decommissions a Cassandra node (or a Cassandra pod) before deleting the pod. However, we find sometimes the Cassandra node can...
**Describe the bug** We find that reading stale pod information from the apiserver will make the controller accidentally delete the PVC used by the current pod. More concretely, if we...
Fix https://github.com/datastax/cass-operator/issues/412 Label the uid to each pvc and check uid before issuing deletion
## Bug Report **What did you do?** We find that the NiFi operator sometimes fails to update the config specified by the user if it crashes and restarts at some...
**What this PR does**: * Create a new label `DatacenterUID` -- the UID of the cassandra datacenter * Label `DatacenterUID` to each pvc and check whether labeled `DatacenterUID` is the...
## Bug Report We find that sometimes casskop and Cassandra disagrees on the keyspace which prevents us from setting `nodesPerRacks` to 0. 1. Create a CassandraCluster with 3 DC, each...
## Bug Report We find that after a restart the controller could accidentally invoke `DeletePodDisruptionBudget` and then `CreatePodDisruptionBudget`, which leads to an unexpected change (decrease) of PDB's MaxPodUnavailable during the...
## Bug Report The casskop operator has the following logic to invalidate user request which scales down the cluster to 0, and the replica number of the cluster is then...
### Description We encountered errors about exists check when using the zookeeper-operator and the zookeeper-operator is blocked by the error and cannot make any progress to scale down/up the zookeeper...
### Description We find that the zookeeper operator, after deleting the PVC and removing the finalizer for a ZookeeperCluster CR with a non-zero DeletionTimestamp (in reconcileFinalizers), will continue running the...