133tosakarin commented on PR #1168: URL: https://github.com/apache/ratis/pull/1168#issuecomment-2421363812
> One easy way checking it is to add the following `Preconditions`. > > ```java > Preconditions.assertTrue(!Thread.holdsLock(server)); > ``` yes, we can do this check before call future.join() -- 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]
