This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a9d5ed0a11 HDDS-15588. Reduce loglevel to DEBUG for no DN command 
count information (#10530)
5a9d5ed0a11 is described below

commit 5a9d5ed0a111d1810f5d85ae28a5385eb9e4401e
Author: Sammi Chen <[email protected]>
AuthorDate: Wed Jun 17 17:53:40 2026 +0800

    HDDS-15588. Reduce loglevel to DEBUG for no DN command count information 
(#10530)
---
 .../src/main/java/org/apache/hadoop/hdds/scm/node/SCMNodeManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/SCMNodeManager.java
 
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/SCMNodeManager.java
index 4ead7b1b1a3..926884c5b61 100644
--- 
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/SCMNodeManager.java
+++ 
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/SCMNodeManager.java
@@ -905,7 +905,7 @@ public int getTotalDatanodeCommandCount(DatanodeDetails 
datanodeDetails,
     try {
       int dnCount = getNodeQueuedCommandCount(datanodeDetails, cmdType);
       if (dnCount == -1) {
-        LOG.warn("No command count information for datanode {} and command {}" 
+
+        LOG.debug("No command count information for datanode {} and command 
{}" +
             ". Assuming zero", datanodeDetails, cmdType);
         dnCount = 0;
       }


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

Reply via email to