HTHou opened a new pull request, #16215: URL: https://github.com/apache/iotdb/pull/16215
## How to reproduce 1. Disable IoTDB compaction 2. Execute the following sql ``` create timeseries root.sg.d1.s1 with datatype=int32 insert into root.sg.d1(time,s1) values(1,1) flush ``` 3. Copy the tsfile in root.sg to another place, such as `1755673595414-1-0-0.tsfile` 4. Execute the new insert ``` insert into root.sg.d1(time,s1) values(1,1) ``` 5. Load the copied TsFile ``` load '1755673595414-1-0-0.tsfile' ``` 6. Kill -9 and restart datanode 7. You will see an empty tsfile and tsfileResource generated in unsequence directory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
