jt2594838 opened a new pull request, #15727: URL: https://github.com/apache/iotdb/pull/15727
When the wal size exceeds `walThrottleSize` * 0.8, the timed wal-delete-thread will try deleting WAL forever, which will block the DataNode from exiting, because the task of deleting the WAL submitted by the ShutdownHook cannot be executed. In this PR, we do not submit a delete-wal task in the ShutdownHook; instead, when the WALManager is closed, it will attempt to delete the WAL files for the last time. -- 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]
