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

[jira] [Created] (IOTDB-5869) Load: load overlap sequence TsFile

yusicheng created IOTDB-5869:
--------------------------------

             Summary: Load: load overlap sequence TsFile
                 Key: IOTDB-5869
                 URL: https://issues.apache.org/jira/browse/IOTDB-5869
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: yusicheng
            Assignee: yusicheng


tsfile1 device: d1, timestamp: 1
tsfile2 device: d1, timestamp: 2 device: d2, timestamp: 2
tsfile3 device: d1, timestamp: 3
tsfile4 device: d1, timestamp: 4 device: d2, timestamp: 2

if we load tsfile1, tsfile3, tsfile4 and then load tsfile2, tsfile2 will be loaded in sequence dir. Obviously, tsfile2 should be loaded in unsequence.

Because DataRegion#findInsertionPosition will return the first position found, but some devices in loading tsfile still not matched.



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