Cpaulyz opened a new pull request, #11849: URL: https://github.com/apache/iotdb/pull/11849
## Description Dead lock happened when: * Thread A try to flush all, hold Scheduler's synchronized lock, acquire store read lock. * Thread A try to schedule flush, hold store read lock, acquire Scheduler's synchronized lock. Solution: Make store all read&write locks are acquired after Scheduler's synchronized lock. -- 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]
