rmdmattingly commented on code in PR #6597:
URL: https://github.com/apache/hbase/pull/6597#discussion_r1913229447


##########
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:
   How about a Duration instead? My preference being for fewer args, all else 
equal



-- 
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]

Reply via email to