SzyWilliam opened a new pull request, #746: URL: https://github.com/apache/ratis/pull/746
## What changes were proposed in this pull request? When the RaftLog's FileChannel is closed, some async futures may still in pending state. Unexpected error would occur when this future started executing on a closed file channel, see[ issue-1708](https://issues.apache.org/jira/browse/RATIS-1708). We should wait for these futures. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1708 ## How was this patch tested? unit tests. -- 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]
