Tejaskriya commented on code in PR #8929:
URL: https://github.com/apache/ozone/pull/8929#discussion_r2268564836


##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/replicas/ReplicasVerify.java:
##########
@@ -229,9 +229,10 @@ static class Verification {
     private boolean doExecuteBlockExistence;
 
     @CommandLine.Option(names = "--container-state",
-        description = "Check the container and replica states. " +
-            "Containers in [DELETING, DELETED] states, or " +
-            "it's replicas in [DELETED, UNHEALTHY, INVALID] states fail the 
check.",
+        description = "Check the container and replica states." +
+            " Containers must be in [OPEN, CLOSING, QUASI_CLOSED, CLOSED] 
states," +
+            " or it's replicas must be in [OPEN, CLOSING, QUASI_CLOSED, 
CLOSED] states" +

Review Comment:
   ```suggestion
               " and it's replicas must be in [OPEN, CLOSING, QUASI_CLOSED, 
CLOSED] states" +
   ```



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

Reply via email to