Skip to content

Commit 5a9d5ed

Browse files
authored
HDDS-15588. Reduce loglevel to DEBUG for no DN command count information (#10530)
1 parent 634db5c commit 5a9d5ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/SCMNodeManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ public int getTotalDatanodeCommandCount(DatanodeDetails datanodeDetails,
905905
try {
906906
int dnCount = getNodeQueuedCommandCount(datanodeDetails, cmdType);
907907
if (dnCount == -1) {
908-
LOG.warn("No command count information for datanode {} and command {}" +
908+
LOG.debug("No command count information for datanode {} and command {}" +
909909
". Assuming zero", datanodeDetails, cmdType);
910910
dnCount = 0;
911911
}

0 commit comments

Comments
 (0)