You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2015/03/19 00:32:38 UTC

[jira] [Created] (ACCUMULO-3684) balance going too slow

Eric Newton created ACCUMULO-3684:
-------------------------------------

             Summary: balance going too slow
                 Key: ACCUMULO-3684
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3684
             Project: Accumulo
          Issue Type: Improvement
          Components: master
         Environment: large test cluster cluster, hadoop 2, accumulo 1.6.2
            Reporter: Eric Newton
            Assignee: Eric Newton
             Fix For: 1.7.0, 1.6.3


While testing a new balancer on a large cluster, performing a large number of migrations appears to have been going slowly (20 minutes to migrate 10K tablets). Since this balancer requires several rounds, the cluster was in transition for couple of hours.

The master queues requests for tablet servers, and then pushes them out in a "flush". Presently, it will not queue more than 5000 requests *for the entire cluster* so as to not overwhelm the tservers. But if the cluster has hundreds of servers, they would not be overwhelmed anyhow.

Perhaps we should remove the pause after any intermediary flush.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)