Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
-
2022-12-Storage
Description
Description
OutOfMemory unable to create new native thread
Reason
The sub threads in CompactionTaskManager are not closed. During the test, new sub compaction thread pool is constantly created and the number of sub-threads increases, which causes OOM.