jon-wei commented on a change in pull request #8201: Simple memory allocation
for CliIndexer tasks
URL: https://github.com/apache/incubator-druid/pull/8201#discussion_r309416273
##########
File path:
server/src/main/java/org/apache/druid/segment/realtime/appenderator/UnifiedIndexerAppenderatorsManager.java
##########
@@ -196,4 +236,288 @@ public boolean shouldTaskMakeNodeAnnouncements()
{
return false;
}
+
+ @Override
+ public void shutdown()
+ {
+ if (mergeExecutor != null) {
+ mergeExecutor.shutdownNow();
Review comment:
Changed this to set to null after shutdown
----------------------------------------------------------------
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]