[
https://issues.apache.org/jira/browse/IOTDB-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuan Tian reassigned IOTDB-1093:
--------------------------------
Assignee: Yuan Tian
> Bug while merge tsfile with mods file
> -------------------------------------
>
> Key: IOTDB-1093
> URL: https://issues.apache.org/jira/browse/IOTDB-1093
> Project: Apache IoTDB
> Issue Type: Bug
> Components: Core/Engine
> Affects Versions: 0.11.2
> Reporter: Yuan Tian
> Assignee: Yuan Tian
> Priority: Major
> Fix For: 0.11.2
>
>
> set seqFileNumInEachLevel = 3, execute the following sqls.
> Â
> IoTDB> insert into root.sg1.d1(time,s1,s2) values(1,1,1);
> Msg: The statement is executed successfully.
> IoTDB> flush
> Msg: The statement is executed successfully.
> IoTDB> insert into root.sg1.d1(time,s1,s2) values(2,2,2);
> Msg: The statement is executed successfully.
> IoTDB> flush
> Msg: The statement is executed successfully.
> IoTDB> delete from root.sg1.d1.s1
> Msg: The statement is executed successfully.
> IoTDB> select s1 from root.sg1.d1
> +----+--------------+
> |Time|root.sg1.d1.s1|
> +----+--------------+
> +----+--------------+
> Empty set.
> It costs 0.054s
> IoTDB> insert into root.sg1.d1(time,s1,s2) values(3,3,3);
> Msg: The statement is executed successfully.
> IoTDB> flush
> Msg: The statement is executed successfully.
> IoTDB> select s1 from root.sg1.d1
> +-----------------------------+--------------+
> | Time|root.sg1.d1.s1|
> +-----------------------------+--------------+
> |1970-01-01T08:00:00.001+08:00| 1.0|
> |1970-01-01T08:00:00.002+08:00| 2.0|
> |1970-01-01T08:00:00.003+08:00| 3.0|
> +-----------------------------+--------------+
--
This message was sent by Atlassian Jira
(v8.3.4#803005)