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

[jira] [Created] (IOTDB-5671) Fix file handler leak

Liuxuxin created IOTDB-5671:
-------------------------------

             Summary: Fix file handler leak
                 Key: IOTDB-5671
                 URL: https://issues.apache.org/jira/browse/IOTDB-5671
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Compaction
    Affects Versions: master branch, 1.0.1, 1.1.0
            Reporter: Liuxuxin
            Assignee: Liuxuxin
         Attachments: image-2023-03-14-15-17-58-568.png

!image-2023-03-14-15-17-58-568.png!

 

The files are deleted after compaction, but the inode cannot be actually deleted because the file handlers is occupied by the process, which leads to a waste of disk space. 



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