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/12/14 07:38:00 UTC

[GitHub] [zeppelin] zjffdu opened a new pull request #3553: ZEPPELIN-4483. Job stautus in zeppelin server side may be always in RUNNING while the job is finished in interpreter process

zjffdu opened a new pull request #3553: ZEPPELIN-4483. Job stautus in zeppelin server side may be always in RUNNING while the job is finished in interpreter process
URL: https://github.com/apache/zeppelin/pull/3553
 
 
   
   ### What is this PR for?
   
   There's 2 places that job will update its status, one is JobStatusPoller thread, another is Job itself. It is possible that job is finished, and after it get rpc request that tell the job is in RUNNING state. In this case, the job would be never complete in frontend. This PR fix this issue.
   
   
   ### What type of PR is it?
   [Bug Fix ]
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-4483
   
   ### How should this be tested?
   * CI pass. I run the following code in a cron job which run every 1 minute, before this PR, I can reproduce this issue. With this PR, I didn't see this issue for more than 2 days. 
   
   ```
   sc.range(1,10).sum()
   ```
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   

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