keith-turner commented on PR #5358: URL: https://github.com/apache/accumulo/pull/5358#issuecomment-2683599730
It would be good to also pull in the changes from Manager.balanceTablets() that removes the do/while loop. The loop duplicates code and holds up a thread in the manager that does other import stuff. By having the code just return from the function when the metadata is not balanced it avoids duplicating code and holding that thread. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
