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


##########
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/container/CloseSubcommand.java:
##########
@@ -53,7 +51,6 @@ public class CloseSubcommand extends ScmSubcommand {
 
   @Override
   public void execute(ScmClient scmClient) throws IOException {
-    checkContainerExists(scmClient, containerId);
     try {
       scmClient.closeContainer(containerId);
     } catch (IOException ioe) {

Review Comment:
   Thank you for explaining this! I have done as you suggested in the next 
commit.



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