dlmarion commented on code in PR #5798: URL: https://github.com/apache/accumulo/pull/5798#discussion_r2305139166
########## core/src/main/java/org/apache/accumulo/core/fate/Fate.java: ########## @@ -72,6 +72,8 @@ public class Fate<T> { private static final Logger log = LoggerFactory.getLogger(Fate.class); + private boolean metricsEnabled = false; Review Comment: I think this might be unused. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org