imply-cheddar commented on code in PR #12640:
URL: https://github.com/apache/druid/pull/12640#discussion_r895353481


##########
services/src/main/java/org/apache/druid/cli/CliPeon.java:
##########
@@ -301,7 +302,7 @@ public String getTaskIDFromTask(final Task task)
   public void run()
   {
     try {
-      Injector injector = makeInjector();
+      Injector injector = makeInjector(ImmutableSet.of(NodeRole.PEON));

Review Comment:
   If you are adding this here, you should also remove the binding created 
lower down in the file.



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

Reply via email to