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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]