Reamer opened a new pull request, #4582:
URL: https://github.com/apache/zeppelin/pull/4582

   ### What is this PR for?
   This PR changes the RemoteScheduler
   The main change is the executor of the RemoteScheduler. It's now a separate 
FIFO Executor (one Thread). As a result, jobs are now queued in the Zeppelin 
server and not in the RemoteInterpreter.
   Since previously the jobs were queued in the remote interpreter due to 
parallelism in the Zeppelin server, the cancellation of jobs did not work, 
which is why the test failed.
   
   The interrupt behaviour has also been improved.
   
   ### What type of PR is it?
   Bug Fix
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-5900
   
   ### How should this be tested?
   * CI
   
   ### Questions:
   * Does the license files need to 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-unsubscr...@zeppelin.apache.org

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

Reply via email to