jojochuang commented on code in PR #7376:
URL: https://github.com/apache/ozone/pull/7376#discussion_r1833781114


##########
hadoop-hdds/test-utils/src/main/java/org/apache/ozone/test/MetricsAsserts.java:
##########
@@ -411,7 +412,7 @@ public static void assertQuantileGauges(String prefix,
   public static void assertQuantileGauges(String prefix,
       MetricsRecordBuilder rb, String valueName) {
     verify(rb).addGauge(eqName(info(prefix + "NumOps", "")), geq(0L));
-    for (Quantile q : MutableQuantiles.quantiles) {
+    for (Quantile q : QUANTILES.getQuantiles()) {

Review Comment:
   Workaround for https://issues.apache.org/jira/browse/HADOOP-19301



##########
hadoop-ozone/dist/src/shell/conf/log4j.properties:
##########
@@ -20,7 +20,7 @@ hadoop.log.dir=.
 hadoop.log.file=hadoop.log
 
 # Define the root logger to the system property "hadoop.root.logger".
-log4j.rootLogger=${hadoop.root.logger}, EventCounter

Review Comment:
   https://issues.apache.org/jira/browse/HADOOP-17642



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to