xvrl commented on a change in pull request #11415:
URL: https://github.com/apache/druid/pull/11415#discussion_r665551190



##########
File path: 
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java
##########
@@ -902,7 +902,9 @@ public void tryInit()
                   }
 
                   try {
+                    log.debug("Handling notice [%s] from notices queue, 
current notices queue size [%d]", notice.getClass().getName(), 
getNoticesQueueSize());
                     notice.handle();
+                    log.debug("Handled notice [%s] from notices queue, current 
notices queue size [%d]", notice.getClass().getName(), getNoticesQueueSize());
                   }

Review comment:
       those two debug messages are very hard to distinguish. I think we should 
make it more obvious to avoid confusion when debugging, or only keep one of 
them.




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