Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.4
-
None
-
2021-12-Tian
Description
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;
Attachments
Attachments
Issue Links
- is related to
-
IOTDB-2032 Incorrect result of descending query by multi readers
- Closed