" Not running balancer because dead regionserver processing" is a lie
---------------------------------------------------------------------
Key: HBASE-3309
URL: https://issues.apache.org/jira/browse/HBASE-3309
Project: HBase
Issue Type: Bug
Reporter: Jean-Daniel Cryans
Fix For: 0.90.0
When running the balancer I see the message:
{noformat}
Not running balancer because dead regionserver processing
{noformat}
But that's not true, it does run, because the check is wrong:
{noformat}
if (!this.serverManager.areDeadServersInProgress()) {
LOG.debug("Not running balancer because dead regionserver processing");
}
{noformat}
Also it doesn't return false like it should.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.