Description
In a graceful shutdown, we will set cluster down in ServerManager, and in ServerManger.expireServer, if the cluster down flag is true and all rses are gone, we will call master.stop and quit.
But if we have no live rs when shutting down, then expireServer will never be triggered, so we are dead...
Attachments
Attachments
Issue Links
- breaks
-
HBASE-19598 Fix TestAssignmentManagerMetrics flaky test
- Resolved