reddycharan commented on a change in pull request #1683: Enhance Auditor
URL: https://github.com/apache/bookkeeper/pull/1683#discussion_r219634326
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java
##########
@@ -184,6 +186,7 @@ private void submitShutdownTask() {
executor.submit(new Runnable() {
public void run() {
synchronized (Auditor.this) {
+ LOG.info("Shutting down Auditor's Executor");
Review comment:
there is separate Auditor.shutDown method, i don't want to mix them up.
Anyhow I feel some more logging is needed for this method
Auditor.submitShutdownTask
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services