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

[jira] [Created] (IOTDB-5595) Fix memory leak for TsFileProcessorInfoMetrics in TsFileProcessorInfo

Xinyu Tan created IOTDB-5595:
--------------------------------

             Summary: Fix memory leak for TsFileProcessorInfoMetrics in TsFileProcessorInfo
                 Key: IOTDB-5595
                 URL: https://issues.apache.org/jira/browse/IOTDB-5595
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Xinyu Tan
            Assignee: Xinyu Tan


Currently, each memtable corresponds to a TsFileProcessorInfo, where it registers itself with the metric module, but there is no logic to remove it after memtable is flushed. This results in a memory leak.



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