himanshug edited a comment on issue #6176: CuratorInventoryManager may not report inventory as initialized URL: https://github.com/apache/incubator-druid/issues/6176#issuecomment-414793443 > What I meant for removing remaining codes writing data on ZK is [this kind of things](https://github.com/apache/incubator-druid/blob/master/indexing-service/src/main/java/io/druid/indexing/overlord/hrtr/HttpRemoteTaskRunnerFactory.java#L54). I see, well that specific code snippet has to exist to allow users change from `RemoteTaskRunner` to `HttpRemoteTaskRunner` easily. MiddleManagers are configured to keep on announcing task status in ZK even after you switch overlord to use HTTP , so the zk cleanup still needs to happen. Once everyone is using HTTP remote task runner, then we can disable MM from announcing task status in ZK and remove the code you mentioned.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
