Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
1.11.0
-
None
Description
This is a fairly useful workflow when the goal is to rebalance the cluster. All it takes is one dead tserver (supposing it's decommissioned and long gone) for rebalancing to refuse to run. As of 1.10.0 there's a CLI parameter that instructs the rebalancer to ignore certain tservers, but it's annoying to put together a UUID list when multiple tservers are dead.
Anyway, the zero-downtime workflow is:
- Restart all of the masters in the cluster one by one.
- After each restart, wait for the restarted master to load its tablet and join consensus (ksck should be able to indicate when this was achieved).