jt2594838 opened a new pull request, #15992: URL: https://github.com/apache/iotdb/pull/15992
When using Ratis as the data region consensus, during stopping a datanode, concurrent Ratis requests may trigger a snapshot after the FlushManager is closed. As a result, the snapshot process cannot submit flush tasks and is stuck there. To fix this, if any flush task is submitted after the flush manager is closed, we will use the common pool to execute it. -- 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]
