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

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

commit dfa31992d0c57f2487e2038eb726cb51380d4d4c
Author: lancelly <[email protected]>
AuthorDate: Wed May 22 22:29:06 2024 +0800

    fix
---
 .../apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanner.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanner.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanner.java
index 9a87f05220c..6a8ba336588 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanner.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanner.java
@@ -57,7 +57,6 @@ public class LocalExecutionPlanner {
     MAX_REST_MEMORY_FOR_LOAD =
         (long)
             ((ALLOCATE_MEMORY_FOR_OPERATORS) * (1.0 - 
CONFIG.getMaxAllocateMemoryRatioForLoad()));
-    LOGGER.info("freeMemoryForOperators is : {}", 
ALLOCATE_MEMORY_FOR_OPERATORS);
   }
 
   /** allocated memory for operator execution */

Reply via email to