If balancer doesn't run because processing dead servers, log the actual servers

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-12-06 19:31:00 +00:00
parent c83a86ec85
commit 564b9d08c0
1 changed files with 2 additions and 1 deletions

View File

@ -668,7 +668,8 @@ implements HMasterInterface, HMasterRegionInterface, MasterServices, Server {
return false;
}
if (this.serverManager.areDeadServersInProgress()) {
LOG.debug("Not running balancer because dead regionserver processing");
LOG.debug("Not running balancer because processing dead regionserver(s): ";
this.serverManager.getDeadServers());
return false;
}
Map<HServerInfo, List<HRegionInfo>> assignments =