liuxunorg commented on a change in pull request #3373: [ZEPPELIN-4173] Fixed open note have wrong repl name throws NullPointerException URL: https://github.com/apache/zeppelin/pull/3373#discussion_r289250196
########## File path: zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java ########## @@ -652,7 +652,10 @@ private void updateAngularObjectRegistry(NotebookSocket conn, Note note) { try { interpreterGroup = findInterpreterGroupForParagraph(note, paragraph.getId()); } catch (Exception e) { - e.printStackTrace(); + LOG.error(e.getMessage(), e); Review comment: ok. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services