瀏覽代碼

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

(cherry picked from commit 4cceeb268214a7f32e00e23fc9e30be85b283ed8)
nilotpalnandi 6 年之前
父節點
當前提交
f2dee89b4f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java

+ 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;
           break;
         }
         }
       } catch (ExecutionException | InterruptedException e) {
       } 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);
             .getUuidString(), e);
         if (Status.fromThrowable(e.getCause()).getCode()
         if (Status.fromThrowable(e.getCause()).getCode()
             == Status.UNAUTHENTICATED.getCode()) {
             == Status.UNAUTHENTICATED.getCode()) {