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