DomGarguilo commented on code in PR #4850:
URL: https://github.com/apache/accumulo/pull/4850#discussion_r1750588690


##########
test/src/main/java/org/apache/accumulo/test/functional/MemoryStarvedMajCIT.java:
##########
@@ -89,7 +88,8 @@ public static void start() throws Exception {
           }
           if (line.startsWith("accumulo")) {
             Metric metric = TestStatsDSink.parseStatsDMetric(line);
-            if (MINC_PAUSED.getName().equals(metric.getName())) {
+            if (org.apache.accumulo.core.metrics.Metric.MAJC_PAUSED.getName()

Review Comment:
   I had to specify the full path since there was another variable with the 
same name in scope. I renamed the other variable to make things less confusing 
and to avoid having use the full path.



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