diff --git a/CHANGELOG/CHANGELOG-1.21.md b/CHANGELOG/CHANGELOG-1.21.md index b354886ac..3e2a9a65c 100644 --- a/CHANGELOG/CHANGELOG-1.21.md +++ b/CHANGELOG/CHANGELOG-1.21.md @@ -22,3 +22,4 @@ When cutting a new release, update the `unreleased` heading to the tag being gen * [BUGFIX] [#1454](https://github.com/k8ssandra/k8ssandra-operator/issues/1454) Do not try to work out backup status if there are no pods * [BUGFIX] [#1383](https://github.com/k8ssandra/k8ssandra-operator/issues/1383) Do not create MedusaBackup if MedusaBakupJob did not fully succeed * [BUGFIX] [#1460](https://github.com/k8ssandra/k8ssandra-operator/issues/1460) Fix podName calculations in medusa's hostmap.go to account for unbalanced racks also +* [BUGFIX] [#1466](https://github.com/k8ssandra/k8ssandra-operator/issues/1466) Do not overwrite existing status fields or forget to write the changes. Also, add new ContextName for the Datacenter to know where it used to be. \ No newline at end of file diff --git a/controllers/k8ssandra/schemas.go b/controllers/k8ssandra/schemas.go index 16095c4ed..042a16db3 100644 --- a/controllers/k8ssandra/schemas.go +++ b/controllers/k8ssandra/schemas.go @@ -59,7 +59,6 @@ func (r *K8ssandraClusterReconciler) checkSchemas( decommCassDcName := k8ssandra.GetDatacenterForDecommission(kc) logger.Info("Checking if user keyspace replication needs to be updated", "decommissioning_dc", decommCassDcName) - logger.Info("Status of datacenters", "status", kc.Status.Datacenters) decommission := false status := kc.Status.Datacenters[decommCassDcName] if decommCassDcName != "" {