adoroszlai opened a new pull request, #702: URL: https://github.com/apache/ratis/pull/702
## What changes were proposed in this pull request? `RaftServerImpl#appendEntriesAsync` is still using the common pool here: https://github.com/apache/ratis/blob/3db8f9eac82efedd51322a0d213300c9a0940bb6/ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java#L1416-L1417 Preceding steps in `appendEntriesAsync` are already running on `serverExecutor`, so I think there is no need to further defer this step. https://issues.apache.org/jira/browse/RATIS-1656 ## How was this patch tested? Regular CI: https://github.com/adoroszlai/incubator-ratis/actions/runs/2789205160 -- 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]
