d-c-manning opened a new pull request, #4385: URL: https://github.com/apache/hbase/pull/4385
[HBASE-26989](https://issues.apache.org/jira/browse/HBASE-26989) When running the tests locally, I see these runtime improvements: `testNeedBalance`: from 120 seconds to 11 seconds `testSloppyTablesLoadBalanceByTable` 27 seconds to <1 second `testBalanceOfSloppyServers` 67 seconds to <1 second So total class `TestStochasticLoadBalancer` runtime reduces from 230 seconds to 31 seconds. Additionally, we get more deterministic behavior, since tests are more likely to have consistent results with a max number of steps when compared to a max running 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. To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org