keith-turner commented on code in PR #4046:
URL: https://github.com/apache/accumulo/pull/4046#discussion_r1422636461
##########
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompactionMetricsIT.java:
##########
@@ -163,7 +176,9 @@ public void testMetrics() throws Exception {
// Wait for all external compactions to complete
long count;
do {
- UtilWaitThread.sleep(100);
+ // TODO: Change this from waiting to verifying that all compactors are
done running jobs,
Review Comment:
This seems like a good change, were you thinking of making the change in
this PR?
--
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]