kerneltime commented on code in PR #7062:
URL: https://github.com/apache/ozone/pull/7062#discussion_r1718769656
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/CommandDispatcher.java:
##########
@@ -102,7 +98,7 @@ public void handle(SCMCommand command) {
LOG.error("Exception while handle command, ", ex);
}
} else {
- LOG.error("Unknown SCM Command queued. There is no handler for this " +
+ LOG.warn("Unknown SCM Command queued. There is no handler for this " +
Review Comment:
SCM getting an unknown command implies that either something during upgrade
failed or a service is misconfigured. I would keep it as `ERROR`
--
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]