OneSizeFitsQuorum commented on code in PR #923:
URL: https://github.com/apache/ratis/pull/923#discussion_r1331089257


##########
ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerProxy.java:
##########
@@ -416,6 +416,12 @@ public void close() {
       LOG.warn(getId() + ": Failed to shutdown implExecutor", ignored);
     }
 
+    try {
+      ConcurrentUtils.shutdownAndWait(executor);
+    } catch (Exception ignored) {
+      LOG.warn(getId() + ": Failed to shutdown executor", ignored);
+    }
+

Review Comment:
   Great Idea! Has fixed



-- 
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]

Reply via email to