Haonan Hou created IOTDB-1306:
---------------------------------
Summary: DeadLock in MemControl module
Key: IOTDB-1306
URL: https://issues.apache.org/jira/browse/IOTDB-1306
Project: Apache IoTDB
Issue Type: Bug
Reporter: Haonan Hou
In current version, the insert thread will sleep with the sg write lock until
the flush thread release some memory. But if there is a flush thread causes
another memtable of this sg flushing, it would require the write lock that
holden by the insert thread.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)