ptlrs commented on code in PR #7748: URL: https://github.com/apache/ozone/pull/7748#discussion_r1957798651
########## hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/ReadReplicas.java: ########## @@ -57,11 +64,12 @@ * given key. It also generates a manifest file with information about the * downloaded replicas. */ [email protected](name = "read-replicas", [email protected](name = "checksums", description = "Reads every replica for all the blocks associated with a " + - "given key.") + "given key.", + aliases = {"read-replicas"}) @MetaInfServices(DebugSubcommand.class) -public class ReadReplicas extends KeyHandler implements DebugSubcommand { +public class ReadReplicas extends Handler implements DebugSubcommand { Review Comment: Done ########## hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/ReadReplicas.java: ########## @@ -57,11 +64,12 @@ * given key. It also generates a manifest file with information about the * downloaded replicas. */ [email protected](name = "read-replicas", [email protected](name = "checksums", description = "Reads every replica for all the blocks associated with a " + - "given key.") + "given key.", + aliases = {"read-replicas"}) @MetaInfServices(DebugSubcommand.class) -public class ReadReplicas extends KeyHandler implements DebugSubcommand { +public class ReadReplicas extends Handler implements DebugSubcommand { Review Comment: Fixed -- 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]
