feat: cluster migrations restarts immediately if timeout happens (#4081)

* feat: cluster migrations restarts immediately if timeout happens

* feat: add DEBUG MIGRATION PAUSE command
This commit is contained in:
Borys 2024-11-25 16:02:22 +02:00 committed by GitHub
parent 3c65651c69
commit 43c83d29fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 199 additions and 70 deletions

View file

@ -114,6 +114,10 @@ class Service : public facade::ServiceInterface {
return server_family_;
}
cluster::ClusterFamily& cluster_family() {
return cluster_family_;
}
// Utility function used in unit tests
// Do not use in production, only meant to be used by unit tests
const acl::AclFamily* TestInit();