Yuan Tian created IOTDB-3330:
--------------------------------

             Summary: Sequence file has overlapped data after restarting
                 Key: IOTDB-3330
                 URL: https://issues.apache.org/jira/browse/IOTDB-3330
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Yuan Tian
            Assignee: Haiming Zhu


SET STORAGE GROUP TO root.sg1;
create aligned timeseries root.sg1.d1(s1 FLOAT encoding=RLE);
insert into root.sg1.d1(time, s1) aligned values(1, 1.0);

restart

insert into root.sg1.d1(time, s1) aligned values(1, 10.0);
insert into root.sg1.d1(time, s1) aligned values(2, 2.0);

restart


insert into root.sg1.d1(time, s1) aligned values(2, 20.0);
insert into root.sg1.d1(time, s1) aligned values(3, 3.0);

restart

insert into root.sg1.d1(time, s1) aligned values(3, 3.0);
insert into root.sg1.d1(time, s1) aligned values(4, 4.0);

restart
 
You will see the last sequence file contains 3 and 4 which is incorrect and 
should only contain 4.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to