HMaster should not contact each RS on startup ---------------------------------------------
Key: HBASE-2465 URL: https://issues.apache.org/jira/browse/HBASE-2465 Project: Hadoop HBase Issue Type: Improvement Components: master Reporter: Todd Lipcon On startup, in verifyClusterState, the master contacts each region server serially. If a region server is down it will retry for several minutes (if the client retry setting is high). During this period, the master cannot be shut down, and also isn't processing real work. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.