cshannon opened a new pull request, #4523:
URL: https://github.com/apache/accumulo/pull/4523

   alancer
   
   This adds a new property `balancer.host.regex.concurrent.tables` which if 
true will process multiple tables at a time (this is the default). If set to 
false the balancer will stop processing after a table is found with migrations
   
   This is a draft PR for now to start getting some feed back on the approach. 
I have implemented the 4 steps but not quite sure it's actually correct yet. 
I've been playing around with it for a little while tweaking things and trying 
to test but it hasn't been tested for real yet (other than the smiple test in 
BaseHostRegexTAbleLoadBalancerTest) yet. 
   
   I made the property a default of true for concurrent but we could negate 
that and make the property something like `balancer.host.regex.single.table` 
and default to false. 


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

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to