You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Alima777 (Jira)" <ji...@apache.org> on 2023/03/22 06:18:00 UTC

[jira] [Created] (IOTDB-5712) Concurrent bug in memory pool caused by identitySink

Alima777 created IOTDB-5712:
-------------------------------

             Summary: Concurrent bug in memory pool caused by identitySink
                 Key: IOTDB-5712
                 URL: https://issues.apache.org/jira/browse/IOTDB-5712
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Alima777
            Assignee: Alima777


Alls sinkChannels of identitySink shares the planNodeId of identitySinkNode. Therefore, when the first child closes the sharedTsBlockQueue, it will try to clear the queryMemoryMap related about planNodeId. However, the second child can reserve, free or clear the queryMemoryMap of the same planNodeId concurrently.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)