keith-turner opened a new pull request, #5537: URL: https://github.com/apache/accumulo/pull/5537
The balancing code needs some improvements. Currently the code is entangled in the manager code in odd places (like under some of the balancing code is un the Manager.StatusThread class). This change moves the balancing code to its own class w/o making any changes to the code (except fixing two small existing bugs in shouldCleanupMigration()). Making this change as a first step in making the balancer more independent of other manager code and threads. -- 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