hemantk-12 commented on code in PR #5760: URL: https://github.com/apache/ozone/pull/5760#discussion_r1426915346
########## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/safemode/ContainerSafeModeRule.java: ########## @@ -54,6 +55,7 @@ public class ContainerSafeModeRule extends private AtomicLong containerWithMinReplicas = new AtomicLong(0); private final ContainerManager containerManager; + private static final int SAMPLE_CONTAINER_DISPLAY_LIMIT = 5; Review Comment: nit: move this common constant to `SafeModeExitRule`. -- 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]
