You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/09/27 02:12:16 UTC

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3925: [ZEPPELIN-5070] Improve start/shutdown and signal handling

zjffdu commented on a change in pull request #3925:
URL: https://github.com/apache/zeppelin/pull/3925#discussion_r495516862



##########
File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.java
##########
@@ -132,7 +129,7 @@
 
   private Map<String, Object> remoteWorksResponsePool;
 
-  private static final long DEFAULT_SHUTDOWN_TIMEOUT = 2000;
+  private static final int DEFAULT_SHUTDOWN_TIMEOUT = 2000;

Review comment:
       We can move the static fields ahead. 




----------------------------------------------------------------
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:
users@infra.apache.org