rakeshadr commented on code in PR #10384: URL: https://github.com/apache/ozone/pull/10384#discussion_r3370733600
########## hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/metrics/ReconScmContainerSyncMetrics.java: ########## Review Comment: AtomicInteger already initializes to 0 implicitly, which equals TARGETED_SYNC_STATUS_IDLE = 0. TARGETED_SYNC_STATUS_IDLE -> never referenced and dead code. Please remove this. -- 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]
