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
MedusaBackupJob CRs are not deleted by k8ssandra-operator, even if purging is enabled.
They are only deleted when the corresponding CassandraDatacenter is deleted.
When they are created by a long-running MedusaBackupSchedule, the number of MedusaBackupJob CRs will grow with time.
Did you expect to see something different?
I expect the MedusaBackupJob to be automatically deleted when purging is enabled.
Since the sync MedusaTask is deleting MedusaBackup when the corresponding backup is not present in the remote bucket (which typically happens after a purge), I believe that the corresponding MedusaBackupJob should be as well deleted.
How to reproduce it (as minimally and precisely as possible):
Create a K8ssandraCluster with Medusa backup enabled
Create a MedusaBackupSchedule
Environment
K8ssandra Operator version:
1.14 - 1.16
Kubernetes version information:
v1.29.3
Kubernetes cluster kind:
AKS, EKS, GKE
The text was updated successfully, but these errors were encountered:
What happened?
MedusaBackupJob
CRs are not deleted byk8ssandra-operator
, even if purging is enabled.They are only deleted when the corresponding
CassandraDatacenter
is deleted.When they are created by a long-running
MedusaBackupSchedule
, the number ofMedusaBackupJob
CRs will grow with time.Did you expect to see something different?
I expect the
MedusaBackupJob
to be automatically deleted when purging is enabled.Since the sync
MedusaTask
is deletingMedusaBackup
when the corresponding backup is not present in the remote bucket (which typically happens after a purge), I believe that the correspondingMedusaBackupJob
should be as well deleted.How to reproduce it (as minimally and precisely as possible):
K8ssandraCluster
with Medusa backup enabledMedusaBackupSchedule
Environment
K8ssandra Operator version:
1.14 - 1.16
Kubernetes version information:
v1.29.3
AKS, EKS, GKE
The text was updated successfully, but these errors were encountered: