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
When launching fresh clusters, when zk holds no 'nodes' data, and all redis nodes are in master state, client.manual_failover() will fail with an exception due to the build_client() call failing to find the 'nodes' data when initializing the client object.
At the moment we need to manually issue slaveof commands to redis nodes in order to bootstrap.
We should be able to just call a static class method (skipping build_clients) to force a bootstrap.
The text was updated successfully, but these errors were encountered:
When launching fresh clusters, when zk holds no 'nodes' data, and all redis nodes are in master state, client.manual_failover() will fail with an exception due to the build_client() call failing to find the 'nodes' data when initializing the client object.
At the moment we need to manually issue slaveof commands to redis nodes in order to bootstrap.
We should be able to just call a static class method (skipping build_clients) to force a bootstrap.
The text was updated successfully, but these errors were encountered: