sborya commented on a change in pull request #1590:
URL: https://github.com/apache/samza/pull/1590#discussion_r828245096



##########
File path: samza-rest/src/main/java/org/apache/samza/rest/SamzaRestService.java
##########
@@ -83,6 +84,7 @@ public SamzaRestService(Server server,
    */
   public static void main(String[] args)
       throws Exception {
+    
Thread.setDefaultUncaughtExceptionHandler(UncaughtExceptionHandlers.systemExit());

Review comment:
       Doe it mean the jvm exit now every time it gets this exception? Who is 
restarting it?




-- 
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]


Reply via email to