jianghuazhu commented on code in PR #7062:
URL: https://github.com/apache/ozone/pull/7062#discussion_r1714596015
##########
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:
Thanks @kerneltime for the comment and review.
No exception is generated here, so I think setting the log level to `warn`
is more appropriate here. What do you think?
--
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]