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

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


The following commit(s) were added to refs/heads/master by this push:
     new 093512b84fb Remove a line of log  (#12480)
093512b84fb is described below

commit 093512b84fbf60d58973a3c982add82afe3e820a
Author: Li Yu Heng <[email protected]>
AuthorDate: Tue May 7 19:14:37 2024 +0800

    Remove a line of log  (#12480)
---
 .../db/queryengine/plan/analyze/cache/partition/PartitionCache.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/cache/partition/PartitionCache.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/cache/partition/PartitionCache.java
index 86b9b6d61a6..166fca9309a 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/cache/partition/PartitionCache.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/cache/partition/PartitionCache.java
@@ -483,7 +483,6 @@ public class PartitionCache {
       if (result) {
         groupIdToReplicaSetMap.clear();
         groupIdToReplicaSetMap.putAll(map);
-        logger.info("groupIdToReplicaSetMap update: {}", 
groupIdToReplicaSetMap);
       }
       return result;
     } finally {

Reply via email to