abhishekrb19 commented on code in PR #17566:
URL: https://github.com/apache/druid/pull/17566#discussion_r1884377329
##########
server/src/main/java/org/apache/druid/server/coordinator/loading/HttpLoadQueuePeon.java:
##########
@@ -390,8 +386,10 @@ public void stop()
stopped = true;
// Cancel all queued requests
Review Comment:
nit: move this comment inside the if block since we do the cancelation
conditionally now; even better remove the comment as the info log explains it
already.
--
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]