jihoonson commented on issue #8137: coordinator throwing exception trying to load segments URL: https://github.com/apache/incubator-druid/issues/8137#issuecomment-514332857 Hi @pdeva, it looks like a bug, but I have no clue how it could happen. Would you please give some more context? Are you using the `supervisor` script provided in the druid binary? And, is your ZooKeeper cluster fine? The error means the executorService is terminated when `loadSegment()` is called, and the executorService is managed by the coordinator lifecycle which means, the executorService is supposed to terminate when the coordinator stops. I'm not sure how this bug could be related to #3362.
---------------------------------------------------------------- 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]
