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

[jira] [Created] (IOTDB-1209) When loading a tsfile with a large timestamp, the data is incorrect

Houliang Qi created IOTDB-1209:
----------------------------------

             Summary: When loading a tsfile with a large timestamp, the data is incorrect
                 Key: IOTDB-1209
                 URL: https://issues.apache.org/jira/browse/IOTDB-1209
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Houliang Qi


Step 1: 
 # insert into root.group_1.d_1(timestamp, s_1, s_0, s_2) values(2018-07-18T00:00:00.000+08:00, 18, false, 18.18)
 # flush
 # insert into root.group_1.d_1(timestamp, s_1, s_0, s_2) values(2018-07-19T00:00:00.000+08:00, 19, false, 19.18)
 # flush

!https://code.bonc.com.cn/confluence/download/attachments/64011154/image2021-3-11%2012%3A0%3A42.png?version=1&modificationDate=1615435242446&api=v2!

 

Step2:

load one tsfile which the tsfile name have a  large timestamp, but its data's timestamp are small.
 #  load "../1678502448000-1-0.tsfile"
 # !https://code.bonc.com.cn/confluence/download/attachments/64011154/image2021-3-11%2012%3A1%3A12.png?version=1&modificationDate=1615435272389&api=v2!

 

 



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