133tosakarin commented on PR #1168: URL: https://github.com/apache/ratis/pull/1168#issuecomment-2426180067
In this commit [d0cd3de ] , the following modifications are mainly made 1. Since Follower and Candidate close themselves, calling future.join at this time will deadlock, so cancel the corresponding return or ignore it. 2. LeaderElection.shouldRun should lock the access server. 3. There are still some tests with LeakSize > 0, I'm not sure if this is related to the current modification. -- 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]
