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 0b377f7620 HDDS-9558. Log reason for not using a node at info level in
SCMCommonPlacementPolicy (#5507)
0b377f7620 is described below
commit 0b377f7620b4795031a517a7d5a48c5995210d35
Author: Stephen O'Donnell <[email protected]>
AuthorDate: Sat Oct 28 12:01:43 2023 +0100
HDDS-9558. Log reason for not using a node at info level in
SCMCommonPlacementPolicy (#5507)
---
.../main/java/org/apache/hadoop/hdds/scm/SCMCommonPlacementPolicy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/SCMCommonPlacementPolicy.java
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/SCMCommonPlacementPolicy.java
index a7bd64645d..90140c4481 100644
---
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/SCMCommonPlacementPolicy.java
+++
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/SCMCommonPlacementPolicy.java
@@ -500,7 +500,7 @@ public abstract class SCMCommonPlacementPolicy implements
datanodeDetails, metadataSizeRequired, dataSizeRequired, nodeStatus);
return true;
}
- LOG.debug("Datanode {} is not chosen. Required metadata size is {} and " +
+ LOG.info("Datanode {} is not chosen. Required metadata size is {} and " +
"required data size is {} and NodeStatus is {}",
datanodeDetails, metadataSizeRequired, dataSizeRequired, nodeStatus);
return false;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]