dombizita commented on code in PR #10678:
URL: https://github.com/apache/ozone/pull/10678#discussion_r3639059212


##########
hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/ozone/admin/upgrade/FinalizeSubCommand.java:
##########
@@ -51,11 +65,70 @@ public Integer call() throws Exception {
       }
       client.finalizeUpgrade();
       out().println("Cluster finalization has been started. Monitor progress 
with `ozone admin upgrade status`");
+
+      if (wait) {

Review Comment:
   I did that, also adjusted to retry if there is an issue



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