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 2022/03/17 02:17:19 UTC

[GitHub] [zeppelin] zjffdu opened a new pull request #4318: [ZEPPELIN-5577] No meaningful log when interpreter process is down

zjffdu opened a new pull request #4318:
URL: https://github.com/apache/zeppelin/pull/4318


   ### What is this PR for?
   
   The issue is that when interpreter process is shut down abnormally, zeppelin-server doesn't know that, and still try to call thrift api. This introduce `RemoteCallException` to indicate the calling thrift api exception, and would try to get yarn app diagnoiss when this kind of exception happens ([RemoteInterpreterProcess.java](https://github.com/apache/zeppelin/compare/master...zjffdu:ZEPPELIN-5577?expand=1#diff-691ce8c1996fd0d40223563731591cd289eefdc187145a58f11310369ce99fb4))
   
   ### What type of PR is it?
   [ Improvement ]
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-5577
   
   ### How should this be tested?
   * Integration test is added in `SparkIntegrationTest`
   
   ### Screenshots (if appropriate)
   <img width="1505" alt="image" src="https://user-images.githubusercontent.com/164491/158723214-e66ced42-20a3-43a6-819b-7e29e94102f8.png">
   
   ### 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.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org