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 2019/08/29 01:41:18 UTC

[GitHub] [zeppelin] liuxunorg opened a new pull request #3434: [ZEPPELIN-4281] Fixed unusable after cluster mode restarts interpreter

liuxunorg opened a new pull request #3434: [ZEPPELIN-4281] Fixed unusable after cluster mode restarts interpreter
URL: https://github.com/apache/zeppelin/pull/3434
 
 
   ### What is this PR for?
   In cluster mode,
   After restarting the interpreter,
   The cluster metadata sets the process state of the interpreter to offline.
   The interpreter could not be executed again due to a judgment error.
   
   ### What type of PR is it?
   Bug Fix
   
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-4281
   
   ### How should this be tested?
   [CI Pass](https://travis-ci.org/liuxunorg/zeppelin/builds/577750017) And completed 4 test cases
   
   1. ClusterInterpreterLauncherTest::testConnectExistOnlineIntpProcess()
   2. ClusterInterpreterLauncherTest::testConnectExistOfflineIntpProcess()
   3. ClusterInterpreterLauncherTest::testCreateIntpProcessDockerMode()
   4. ClusterInterpreterLauncherTest::testCreateIntpProcessLocalMode()
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update?
   * Is there breaking changes for older versions?
   * Does this needs documentation?
   

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


With regards,
Apache Git Services