ashishkumar50 commented on code in PR #7552:
URL: https://github.com/apache/ozone/pull/7552#discussion_r1883747434
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/DeleteBlocksCommandHandler.java:
##########
@@ -157,6 +158,7 @@ public void handle(SCMCommand command, OzoneContainer
container,
};
updateCommandStatus(cmd.getContext(), cmd.getCmd(), updateFailure, LOG);
LOG.warn("Command is discarded because of the command queue is full");
+ blockDeleteMetrics.incrTotalCommandsDiscarded(1);
Review Comment:
Yes this can be ignored as chances is rare now this to happen, due to recent
improvements.
--
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]