This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a commit to branch feature/memory_auto
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/feature/memory_auto by this
push:
new 04124a95fdb Add Log
04124a95fdb is described below
commit 04124a95fdb14522a431332ad257430cbb2ee3ff
Author: spricoder <[email protected]>
AuthorDate: Fri Feb 21 15:58:24 2025 +0800
Add Log
---
.../src/main/java/org/apache/iotdb/commons/memory/MemoryManager.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/memory/MemoryManager.java
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/memory/MemoryManager.java
index a58fce55269..fa088e95dda 100644
---
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/memory/MemoryManager.java
+++
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/memory/MemoryManager.java
@@ -565,6 +565,7 @@ public class MemoryManager {
}
public void updateAllocate() {
+ LOGGER.info("Update Allocate for {}", this);
if (children.isEmpty()) {
double ratio = (double) totalMemorySizeInBytes /
allocateTotalMemorySizeInBytes;
for (IMemoryBlock memoryBlock : allocatedMemoryBlocks.values()) {