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

jackietien 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 1871e60f39 [IOTDB-3476] remove error log when update cache
1871e60f39 is described below

commit 1871e60f393a9f1636fa6ca03a7b05d7b04ea89d
Author: ZhangHongYin <[email protected]>
AuthorDate: Tue Jun 14 18:34:44 2022 +0800

    [IOTDB-3476] remove error log when update cache
---
 .../org/apache/iotdb/db/mpp/plan/analyze/ClusterPartitionFetcher.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/server/src/main/java/org/apache/iotdb/db/mpp/plan/analyze/ClusterPartitionFetcher.java
 
b/server/src/main/java/org/apache/iotdb/db/mpp/plan/analyze/ClusterPartitionFetcher.java
index 5da5985d80..6ca63f54c4 100644
--- 
a/server/src/main/java/org/apache/iotdb/db/mpp/plan/analyze/ClusterPartitionFetcher.java
+++ 
b/server/src/main/java/org/apache/iotdb/db/mpp/plan/analyze/ClusterPartitionFetcher.java
@@ -604,8 +604,7 @@ public class ClusterPartitionFetcher implements 
IPartitionFetcher {
             }
           }
           if (null == storageGroup) {
-            logger.error(
-                "Failed to get the storage group of {} when update 
SchemaPartitionCache", device);
+            // device not exist
             continue;
           }
           TSeriesPartitionSlot seriesPartitionSlot =

Reply via email to