clintropolis commented on a change in pull request #8140: fix issue with
CuratorLoadQueuePeon shutting down executors it does not own
URL: https://github.com/apache/incubator-druid/pull/8140#discussion_r306517707
##########
File path:
server/src/main/java/org/apache/druid/server/coordinator/CuratorLoadQueuePeon.java
##########
@@ -335,8 +335,6 @@ public void stop()
queuedSize.set(0L);
failedAssignCount.set(0);
- processingExecutor.shutdown();
Review comment:
Used the `factory` passed into the method in `CliCoordinator` to create the
executors, which itself appears to be under lifecycle.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]