karanmehta93 commented on a change in pull request #2173: Call exceptionHandler
if Bookie.start fails with exception.
URL: https://github.com/apache/bookkeeper/pull/2173#discussion_r333224110
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/server/service/BookieService.java
##########
@@ -35,6 +35,8 @@
public static final String NAME = "bookie-server";
private final BookieServer server;
+ //private UncaughtExceptionHandler uncaughtExceptionHandler = null;
Review comment:
nit: remove
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services