kenhuuu commented on code in PR #3328:
URL: https://github.com/apache/tinkerpop/pull/3328#discussion_r2968446254


##########
gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/GremlinServer.java:
##########
@@ -293,6 +293,11 @@ public synchronized CompletableFuture<Void> stop() {
                 logger.warn("Timeout waiting for boss/worker thread pools to 
shutdown - continuing with shutdown process.");
             }
 
+            if (serverGremlinExecutor != null) {

Review Comment:
   This is actually intentional. If you look at the whole file, its broken out 
into parts to make the cleanup code easier to see.



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