symious commented on code in PR #3760: URL: https://github.com/apache/ozone/pull/3760#discussion_r991895254
########## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/DeleteContainerCommandHandler.java: ########## @@ -67,6 +67,9 @@ public void handle(final SCMCommand command, final SCMConnectionManager connectionManager) { final DeleteContainerCommand deleteContainerCommand = (DeleteContainerCommand) command; + if (shouldRequeue(command, context, ozoneContainer)) { + context.requeueCommand(command); + } Review Comment: I will change the PR later to abandon the requests. > Can we also update the docs once the PR is merged? Sure. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org