Liuxuxin created IOTDB-5844:
-------------------------------
Summary: Compaction module seems to get stuck
Key: IOTDB-5844
URL: https://issues.apache.org/jira/browse/IOTDB-5844
Project: Apache IoTDB
Issue Type: Bug
Reporter: Liuxuxin
Assignee: Liuxuxin
Fix For: master branch, 1.1.0
Attachments: image-2023-05-07-15-21-43-672.png,
image-2023-05-07-15-22-01-641.png
During cross-space compaction, sometimes due to the selection strategy of the
selector, the system may execute compaction tasks that require a large amount
of memory. The memory demand of a single compaction task may be larger than the
total memory size allocated to the compaction module by the system. In this
case, these compaction tasks will be stuck at the memory allocation step,
waiting indefinitely. Subsequent compaction tasks cannot be executed either,
making the compaction module appear as if it has "stopped".
!image-2023-05-07-15-21-43-672.png!
!image-2023-05-07-15-22-01-641.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)