You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2021/08/16 04:41:00 UTC

[jira] [Created] (IOTDB-1569) Timed close TsFileProcessor

Jialin Qiao created IOTDB-1569:
----------------------------------

             Summary: Timed close TsFileProcessor
                 Key: IOTDB-1569
                 URL: https://issues.apache.org/jira/browse/IOTDB-1569
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Jialin Qiao


When we open the time partition and write some data to a partition but not trigger a flush.

Then timed flush is triggered, but the file will not be closed anymore.

 

We'd better add a parameter (close_tsfile_interval_after_flushing), when a memtable is flushed and no more write for a period of time, we close the file.

 



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