harinirajendran commented on a change in pull request #11415:
URL: https://github.com/apache/druid/pull/11415#discussion_r665611957
##########
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:
The intent for adding the 2 log statements was to get the time taken to
process the notices just by looking at the 2 log lines. Now just logged the
time difference instead and removed 1 of the log lines.
--
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]