jihoonson commented on issue #11514: URL: https://github.com/apache/druid/issues/11514#issuecomment-888807912
@didip thank you for digging this issue. If this is what happened, it could be a bug in the `httpRemote` runner which is the HTTP-based task scheduler in the overlord. The parallel task just uses the same system. Do you see any errors or exceptions in the overlord logs? BTW, please note that the `httpRemote` runner doesn't use ZooKeeper, but uses HTTP to communicate with middleManagers. Dangling entries might be another issue but I assume they are ephemeral nodes and should be fine? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
