Reamer commented on PR #4969: URL: https://github.com/apache/zeppelin/pull/4969#issuecomment-3072163524
Changes look good to me. What do you think of the following change? ```patch 08:22 $ git diff diff --git a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java index cd1696cd7..8303de4a5 100644 --- a/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java +++ b/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java @@ -271,7 +271,7 @@ public class ZeppelinServer implements AutoCloseable { jettyWebServer.start(); // Instantiates ZeppelinServer } catch (Exception e) { LOGGER.error("Error while running jettyServer", e); - System.exit(-1); + shutdown(-1); } LOGGER.info("Done, zeppelin server started"); ``` -- 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: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org