Skip to content

Commit 9cd5fa4

Browse files
authored
Less topology logs in ConfigNode (apache#16095)
1 parent 255c7e8 commit 9cd5fa4

File tree

1 file changed

+1
-1
lines changed
  • iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/load/service

1 file changed

+1
-1
lines changed

iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/load/service/TopologyService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private void logAsymmetricPartition(final Map<Integer, Set<Integer>> topology) {
266266
continue;
267267
}
268268
if (!reachableTo.contains(from) && !reachableFrom.contains(to)) {
269-
LOGGER.warn("[Topology] Asymmetric network partition from {} to {}", from, to);
269+
LOGGER.debug("[Topology] Asymmetric network partition from {} to {}", from, to);
270270
}
271271
}
272272
}

0 commit comments

Comments
 (0)