jihoonson commented on a change in pull request #11415:
URL: https://github.com/apache/druid/pull/11415#discussion_r665580840
##########
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:
I agree with @xvrl. It seems enough to me to keep only 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]