kevinrr888 commented on code in PR #4850:
URL: https://github.com/apache/accumulo/pull/4850#discussion_r1750578274
##########
test/src/main/java/org/apache/accumulo/test/compaction/ExternalCompactionProgressIT.java:
##########
@@ -284,13 +284,15 @@ private static Thread getMetricsCheckerThread(AtomicLong
totalEntriesRead,
}
TestStatsDSink.Metric metric = TestStatsDSink.parseStatsDMetric(s);
final String metricName = metric.getName();
+ if (!metricName.startsWith("accumulo.compactor.entries")) {
Review Comment:
Okay change sounds good then. I didn't look into any of the logic just
noticed a diff between original and new wanted to make sure this change was
intentional.
--
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]