You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Alima777 (Jira)" <ji...@apache.org> on 2021/12/15 09:05:00 UTC

[jira] [Assigned] (IOTDB-2146) After starting the 3nodes 2 replicas, insert 3 pieces of data into one node, and queried data and number are wrong

     [ https://issues.apache.org/jira/browse/IOTDB-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alima777 reassigned IOTDB-2146:
-------------------------------

    Assignee: Alima777

> After starting the 3nodes 2 replicas, insert 3 pieces of data into one node, and  queried data and number are wrong
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: IOTDB-2146
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2146
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Cluster
>    Affects Versions: 0.12.4
>            Reporter: xiaozhihong
>            Assignee: Alima777
>            Priority: Major
>         Attachments: image-2021-12-14-17-52-46-304.png
>
>
> steps:
> 1. Setup a 3 nodes cluster with 2 replicas
> 2. Enable time partition with partition_interval 2592000
> 3. Insert 3 pieces of data in one node
> insert into root.group_1.d_1(timestamp, s_1) values(2018-07-18T00:00:00.000+08:00, 18.0);
> insert into root.group_1.d_1(timestamp, s_1) values(2018-07-19T00:00:00.000+08:00, 19.0);
> insert into root.group_1.d_1(timestamp, s_1) values(2019-08-19T00:00:00.000+08:00, 20.0);
> 4. Execute query
> select * from root.group_1.d_1;
> !image-2021-12-14-17-52-46-304.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)