rmdmattingly commented on code in PR #6597:
URL: https://github.com/apache/hbase/pull/6597#discussion_r1913218476
##########
hbase-balancer/src/test/java/org/apache/hadoop/hbase/master/balancer/StochasticBalancerTestBase.java:
##########
@@ -36,6 +36,7 @@
public class StochasticBalancerTestBase extends BalancerTestBase {
private static final Logger LOG =
LoggerFactory.getLogger(StochasticBalancerTestBase.class);
+ private static final long MAX_MAX_RUN_TIME_MS = 60000;
Review Comment:
I was lazy with this code because it's in tests, but that's not a good
reason so I'll fix it 😄
--
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]