You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Haonan Hou (Jira)" <ji...@apache.org> on 2022/10/18 02:08:00 UTC

[jira] [Created] (IOTDB-4674) settle.sh can not work in 0.14.0-preview

Haonan Hou created IOTDB-4674:
---------------------------------

             Summary: settle.sh can not work in 0.14.0-preview
                 Key: IOTDB-4674
                 URL: https://issues.apache.org/jira/browse/IOTDB-4674
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: Haonan Hou


How to reproduce:

insert into root.sg.d1(time,s1) values(1,1)

flush

delete from root.sg.d1.s1 where time > 0

Stop IoTDB server

run ./settle.sh /data/data

Start IoTDB server

select ** from root

Then you can see the data that should be deleted.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)