You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/12/12 04:37:30 UTC

[GitHub] [iotdb] choubenson opened a new pull request, #8412: [To rel/0.13][IOTDB-5183]Fix CI OOM

choubenson opened a new pull request, #8412:
URL: https://github.com/apache/iotdb/pull/8412

   **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.
   
   **Solution**
   Close the sub compaction threads in `CompactionTaskManager` after each test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] xingtanzjr merged pull request #8412: [To rel/0.13][IOTDB-5183]Fix CI OOM

Posted by GitBox <gi...@apache.org>.
xingtanzjr merged PR #8412:
URL: https://github.com/apache/iotdb/pull/8412


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org