You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/07/27 19:52:13 UTC

[GitHub] [ozone] umamaheswararao commented on a diff in pull request #3632: Hdds 6899: [Ozone EC] remove warnings and errors from console during online reconstruction of data.

umamaheswararao commented on code in PR #3632:
URL: https://github.com/apache/ozone/pull/3632#discussion_r931525874


##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java:
##########
@@ -440,8 +440,10 @@ private XceiverClientReply sendCommandWithRetry(
       return reply;
     } else {
       Objects.requireNonNull(ioException);
-      LOG.error("Failed to execute command {} on the pipeline {}.",
-          processForDebug(request), pipeline);

Review Comment:
   Why don't we follow the similar pattern? Single liner log when non debug and full verbose with debug?



-- 
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-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org