Vanlightly commented on a change in pull request #2888:
URL: https://github.com/apache/bookkeeper/pull/2888#discussion_r750623939
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieRequestProcessor.java
##########
@@ -264,6 +264,7 @@ int maxReadsInProgressCount() {
@Override
public void close() {
+ LOG.info("Closing RequestProcessor");
Review comment:
Actually, when I tested this myself, I added a log statement so I could
see when it started and completed shutdown of the request processor. Given that
it could block for a little bit.
--
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]