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 2021/06/23 08:51:30 UTC

[GitHub] [ozone] bshashikant commented on a change in pull request #2337: HDDS-5265. Leverage getSmallFile in ChunkInputStream

bshashikant commented on a change in pull request #2337:
URL: https://github.com/apache/ozone/pull/2337#discussion_r656893104



##########
File path: hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java
##########
@@ -382,10 +382,10 @@ private XceiverClientReply sendCommandWithRetry(
       } catch (IOException e) {
         ioException = e;
         responseProto = null;
-        LOG.debug("Failed to execute command {} on datanode {}",
+        LOG.error("Failed to execute command {} on datanode {}",

Review comment:
       This may lead of verbose logging on client logs/console. 




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

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