jianghuazhu commented on code in PR #7062:
URL: https://github.com/apache/ozone/pull/7062#discussion_r1719290604


##########
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  and @adoroszlai  for the explanation.
   I have updated it.



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