[
https://issues.apache.org/jira/browse/HBASE-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966762#action_12966762
]
stack commented on HBASE-3309:
------------------------------
+1
> " 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
>
> Attachments: HBASE-3309.patch
>
>
> 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.