You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Vipul Modi (JIRA)" <ji...@apache.org> on 2018/05/15 10:37:00 UTC

[jira] [Created] (ZEPPELIN-3461) JobProgressPoller is polling wrong interpreter if binding is changed after starting the job

Vipul Modi created ZEPPELIN-3461:
------------------------------------

             Summary: JobProgressPoller is polling wrong interpreter if binding is changed after starting the job
                 Key: ZEPPELIN-3461
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3461
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Vipul Modi


JobProgressPoller is polling wrong interpreter if binding is changed after starting the job.

Steps to reproduce:
 * Start a long running spark command.
 * Change interpreter bindings of notebooks.
 * JobProgressPoller starts polling newly bound interpreter.

 

In my opinion we should either kill all running job on interpreter rebinding or cache Interpreter information in Job/Paragraph object.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)