nozjkoitop commented on code in PR #16889:
URL: https://github.com/apache/druid/pull/16889#discussion_r1775010313


##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/ImmutableWorkerInfo.java:
##########
@@ -42,9 +46,11 @@
 @PublicApi
 public class ImmutableWorkerInfo
 {
+  private static final Logger logger = new Logger(ImmutableWorkerInfo.class);

Review Comment:
   Logger removed, but tbh i don't see the reason why it shouldn't be in this 
class as we're making the decisions here, should the canRunTask logic be moved 
into some utility class where we can log what's going on? 



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