mukul1987 commented on a change in pull request #1073: HDDS-1780. 
TestFailureHandlingByClient tests are flaky.
URL: https://github.com/apache/hadoop/pull/1073#discussion_r304037907
 
 

 ##########
 File path: 
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java
 ##########
 @@ -284,7 +284,7 @@ private XceiverClientReply sendCommandWithRetry(
         }
         break;
       } catch (ExecutionException | InterruptedException | IOException e) {
-        LOG.debug("Failed to execute command " + request + " on datanode " + dn
+        LOG.info("Failed to execute command " + request + " on datanode " + dn
 
 Review comment:
   lets change this to error.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to