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


##########
core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java:
##########
@@ -583,6 +583,8 @@ public interface MetricsProducer {
 
   String METRICS_COMPACTOR_PREFIX = "accumulo.compactor.";
   String METRICS_COMPACTOR_MAJC_STUCK = METRICS_COMPACTOR_PREFIX + 
"majc.stuck";
+  String METRICS_COMPACTOR_ENTRIES_READ = METRICS_COMPACTOR_PREFIX + 
"entries.read";

Review Comment:
   Do you think its fine to leave this as the name for 2.1 and main where 
tservers could be running the compactions? Or should we change the name to 
something more agnostic of where the compaction is running for those?



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