You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/05/22 19:00:56 UTC

[GitHub] [accumulo] ivakegg opened a new issue #1169: balancing strategy

ivakegg opened a new issue #1169: balancing strategy
URL: https://github.com/apache/accumulo/issues/1169
 
 
   The balancer currently will assign out the tablets given their initial locations per the "last" cf in the metadata, and the will slowly move tablets to get a final steady state.  In many deployments we are starting up a large accumulo cluster and it will take an hour or more to attain a steady state.  There needs to be a mechanism by which we delay the initial assignment (most likely handled by #1167) and then to determine a final steady state before doing the initial assignments.  This will help in the case where we are expanding the cluster considerably and bringing it up for the first time.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services