Radovan
Radovan
Fixes #117. ┆Issue is synchronized with this [Jira Task](https://k8ssandra.atlassian.net/browse/K8SSAND-1405) by [Unito](https://www.unito.io) ┆friendlyId: K8SSAND-1405 ┆priority: Medium
Fixes https://github.com/k8ssandra/k8ssandra-operator/issues/1256 Fixes https://github.com/k8ssandra/k8ssandra-operator/issues/1255 This PR adds the feature of reloading Medusa's configuration when running within the k8ssandra-operator. The implementation has two parts: * Medusa will touch a file in...
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=44950316) We got faster S3 implementation thanks to #675 . Now we can go back and improve the test. ┆Issue is synchronized with this [Jira Story](https://datastax.jira.com/browse/MED-20) by [Unito](https://www.unito.io)...
This PR is related to #544 but it fulfils only some parts of it.
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=45299011) MGMT API does the same thing Jolokia used to. We can perhaps drop Jolokia and stop maintaining two sets of tests. Relates to https://github.com/thelastpickle/cassandra-medusa/issues/262 ┆Issue is synchronized...
**What happened?** During testing the DSE support, I ran into an issue were a backup of an already restored cluster does not happen. I did: * Used the most recent...
Fixes #742. Prior to this patch, I could even reproduce the exception from the issue in the integration tests: ``` [2024-04-11 13:17:02,362] INFO: Registered backup id grpc_backup_23 [2024-04-11 13:17:02,363] INFO:...
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=59410719) We've recently made the [AsyncBackup really Async](https://github.com/thelastpickle/cassandra-medusa/commit/7c83424dac0baff75846669d31aa05a04f22dee8), and then went and ["fixed" the BackupStatus endpoint](https://github.com/thelastpickle/cassandra-medusa/commit/49f88ea06406b42d9e8acdd18ef75e3bbf1e200c). However, this fix introduced a bug. Calling the [register_backup](https://github.com/thelastpickle/cassandra-medusa/commit/49f88ea06406b42d9e8acdd18ef75e3bbf1e200c#diff-0af9023e5dba3232ce866a7482e0b302d746bfa87c8040bb6c3516d481767679R192) in the status...