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 18:41:00 UTC

[GitHub] [accumulo] alerman opened a new issue #1167: Add configuration for minimum number of up tservers for assignment

alerman opened a new issue #1167: Add configuration for minimum number of up tservers for assignment
URL: https://github.com/apache/accumulo/issues/1167
 
 
   I have seen this on multiple occasions on our cluster. When the system is brought up with tservers and master in close succession, the master begins its assignment work with a small subset of the tservers in its live tserver set. This causes the master to then have to assign all the tablets to that subset. If it is allowed to finish, it will then notice the other tservers and begin massive balancing.
   
   This issue proposes to add an optional configuration for the minimum number of tservers alive in order to start assigning tservers. This way we could set this number high enough that the master would wait to assign until this threshold is met.

----------------------------------------------------------------
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