Haonan Hou created IOTDB-6098:
---------------------------------
Summary: Flush error when writing aligned timeseries
Key: IOTDB-6098
URL: https://issues.apache.org/jira/browse/IOTDB-6098
Project: Apache IoTDB
Issue Type: Task
Reporter: Haonan Hou
Attachments: image-2023-08-03-16-04-54-529.png
!image-2023-08-03-16-04-54-529.png|width=597,height=182!
To reproduce, set max_number_of_points_in_page = 2.
Then execute the following sqls:
{code:java}
insert into root.sg.d1(time, s1,s2) aligned values(1,'aa','bb')
insert into root.sg.d1(time, s1,s2) aligned values(1,'aa','bb')
insert into root.sg.d1(time, s1,s2) aligned values(1,'aa','bb')
flush
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)