himanshug commented on a change in pull request #9507: optionally disable all 
of hardcoded zookeeper use
URL: https://github.com/apache/druid/pull/9507#discussion_r397317523
 
 

 ##########
 File path: 
server/src/main/java/org/apache/druid/server/coordinator/LoadQueueTaskMaster.java
 ##########
 @@ -67,7 +68,7 @@ public LoadQueuePeon giveMePeon(ImmutableDruidServer server)
       return new HttpLoadQueuePeon(server.getURL(), jsonMapper, httpClient, 
config, peonExec, callbackExec);
     } else {
       return new CuratorLoadQueuePeon(
-          curator,
+          curatorFrameworkProvider.get(),
 
 Review comment:
   could be, but you know my preference by now :)
   I wish people would migrate  to using `HTTP` segment management and that 
would remain the only way and this would be deleted.

----------------------------------------------------------------
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]

Reply via email to