Procházet zdrojové kódy

HDDS-1309 . change logging from warn to debug in XceiverClient. Contributed by Nilotpal Nandi. (#638)

(cherry picked from commit 4cceeb268214a7f32e00e23fc9e30be85b283ed8)
nilotpalnandi před 6 roky
rodič
revize
f2dee89b4f

+ 1 - 1
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java

@@ -270,7 +270,7 @@ public class XceiverClientGrpc extends XceiverClientSpi {
           break;
         }
       } catch (ExecutionException | InterruptedException e) {
-        LOG.warn("Failed to execute command " + request + " on datanode " + dn
+        LOG.debug("Failed to execute command " + request + " on datanode " + dn
             .getUuidString(), e);
         if (Status.fromThrowable(e.getCause()).getCode()
             == Status.UNAUTHENTICATED.getCode()) {