rmdmattingly commented on code in PR #6597:
URL: https://github.com/apache/hbase/pull/6597#discussion_r1913210244
##########
hbase-balancer/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancerHeterogeneousCost.java:
##########
@@ -306,6 +245,10 @@ static class StochasticLoadTestBalancer extends
StochasticLoadBalancer {
private FairRandomCandidateGenerator fairRandomCandidateGenerator =
new FairRandomCandidateGenerator();
+ StochasticLoadTestBalancer() {
+ super(new DummyMetricsStochasticBalancer());
+ }
Review Comment:
Surprisingly we don't. I don't understand exactly how the CI env differs
from my local env to make that the case, but presumably it has better isolation
between the tests so that there's no conflict in the JMX setup when running
many tests at once
--
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]