Saketh Kalaga
Saketh Kalaga
@shreyas-s-rao go1.22.3 got released on 2024-05-07. If it's not too much effort for you, maybe the patch version could be changed from 2 to 3 in this PR to make...
Yeah sure, I was just informing you in advance. Thanks!
go1.22.4 has now been released. Once the refactor is merged, we could use go1.22.4 directly in this PR.
After more discussion, it was decided that raising an alert for every compaction job's failure would cause a very large number of alerts to be raised, since the job could...
Will this PR be closed, or will it be rebased on #748?
We've decided to move to the latest patch, `v3.4.34`. I've started work on this. Work will be tracked here https://github.com/gardener/etcd-backup-restore/issues/792.
@seshachalam-yv The e2e tests pass successfully with Azurite after a rebase onto the latest commit in master. make ci-e2e-kind-azure output ```terminal ➜ etcd-druid git:(azurite) ✗ make ci-e2e-kind-azure 📌 NOTE: To...
All tests have passed, and the e2e tests with Azurite also pass as mentioned in https://github.com/gardener/etcd-druid/pull/753#issuecomment-2233010905. Let me know if you have any comments, @seshachalam-yv.
#711 introduced functionality which deletes all compaction jobs - after they enter the `Completed` or `Failed` state. https://github.com/gardener/etcd-druid/blob/fec5c099bed8e058a3ff34a6d07db9141ca68d93/controllers/compaction/reconciler.go#L140-L171 The controller reconciles whenever there is a job status change event, or...