You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yuan Tian (Jira)" <ji...@apache.org> on 2021/06/07 11:29:00 UTC

[jira] [Created] (IOTDB-1427) Compaction may delete some tsfiles are being queried

Yuan Tian created IOTDB-1427:
--------------------------------

             Summary: Compaction may delete some tsfiles are being queried
                 Key: IOTDB-1427
                 URL: https://issues.apache.org/jira/browse/IOTDB-1427
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Engine
            Reporter: Yuan Tian
            Assignee: Yuan Tian


When Level compaction is ending(delete file in resource list and delete file in disk). The query may get a tsfile resource from resource list. However, it may be deleted by the compaction ending process later, then the query process cannot read data from the deleted resource. Which may cause a ci problem like below.

!https://user-images.githubusercontent.com/24886743/120881886-e7715600-c606-11eb-8861-cd6f0495f186.jpg!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)