HTHou opened a new pull request, #12132:
URL: https://github.com/apache/iotdb/pull/12132

   ## Description
   
   When the walDeleteThread and a flush command delete the outdated wal file 
concurrently, the following error may appear.
   
![img_v3_028l_e1c4b5ec-c709-4536-91f7-c206f2ab805g](https://github.com/apache/iotdb/assets/25913899/2858ac97-f49c-4581-bb27-7b22d5b96c64)
   
   To fix it, the flush command thread should submit the wal delete task to 
walDeleteThread instead of executing it by itself. 


-- 
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]

Reply via email to