jiacheliu3 commented on code in PR #733:
URL: https://github.com/apache/ratis/pull/733#discussion_r974363772
##########
ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerProxy.java:
##########
@@ -196,9 +197,11 @@ String toString(RaftGroupId groupId,
CompletableFuture<RaftServerImpl> f) {
private final ExecutorService executor;
private final JvmPauseMonitor pauseMonitor;
+ @Nullable
Review Comment:
Interestingly... OpenJDK does not really respect a `null` ThreadGroup here
and throws NPE on me. I will change this to non-null.
--
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]