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 d2eb1edac9 HDDS-9051. Change level of log in NetworkTopologyImpl when
no nodes are available to INFO (#5942)
d2eb1edac9 is described below
commit d2eb1edac9cd443e5b3b6e3a710249ea7157ecd6
Author: Tejaskriya <[email protected]>
AuthorDate: Sat Jan 20 21:00:59 2024 +0530
HDDS-9051. Change level of log in NetworkTopologyImpl when no nodes are
available to INFO (#5942)
---
.../main/java/org/apache/hadoop/hdds/scm/net/NetworkTopologyImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/net/NetworkTopologyImpl.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/net/NetworkTopologyImpl.java
index 5e0697eaaf..2dc86c1b68 100644
---
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/net/NetworkTopologyImpl.java
+++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/net/NetworkTopologyImpl.java
@@ -657,7 +657,7 @@ public class NetworkTopologyImpl implements NetworkTopology
{
ancestorGen);
if (availableNodes <= 0) {
- LOG.warn("No available node in (scope=\"{}\" excludedScope=\"{}\" " +
+ LOG.info("No available node in (scope=\"{}\" excludedScope=\"{}\" " +
"excludedNodes=\"{}\" ancestorGen=\"{}\").",
scopeNode.getNetworkFullPath(), excludedScopes, excludedNodes,
ancestorGen);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]