HTHou opened a new pull request, #12081: URL: https://github.com/apache/iotdb/pull/12081
## Description We found the flush submit task would stack a lot when write multiple time partition concurrently. <img width="802" alt="image" src="https://github.com/apache/iotdb/assets/25913899/e9c754b9-285c-4b99-a381-c157bdb7a8d3"> The reason of this phenomenon is that the flush submit task check whether is the TsFileProcessor closing in the **WriteLock** of DataRegion. This check should be move out of the WriteLock. After this modification, the write performance will increase. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
