Skip to content

Commit 6b12706

Browse files
committed
update log level back to debug
1 parent 5d84c9b commit 6b12706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ public DatanodeCommand blockReport(final DatanodeRegistration nodeReg,
16331633
}
16341634
}
16351635
} catch (UnregisteredNodeException une) {
1636-
LOG.warn("Datanode {} is attempting to report but not register yet.",
1636+
LOG.debug("Datanode {} is attempting to report but not register yet.",
16371637
nodeReg);
16381638
return RegisterCommand.REGISTER;
16391639
}

0 commit comments

Comments
 (0)