You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Leemoonsoo <gi...@git.apache.org> on 2015/03/28 11:42:41 UTC

[GitHub] incubator-zeppelin pull request: Run sequence is not preserved

GitHub user Leemoonsoo opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/8

    Run sequence is not preserved

    This PR came from https://github.com/NFLabs/zeppelin/pull/397
    
    After https://github.com/NFLabs/zeppelin/pull/364, order of submitted job to the remote interpreter is not preserved.
    Result is, when user run a lot of paragraphs in a short time, they run in random order(like click run 'Run all paragraphs). https://github.com/NFLabs/zeppelin/issues/395 is one of the possible problem.
    
    this PR adds some unittests and fix the problem.
    
    Ready to merge.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Leemoonsoo/incubator-zeppelin fix/run_order

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/8.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8
    
----
commit c31a80771746899a6d7490cef618c33ca6eaf850
Author: Lee moon soo <le...@gmail.com>
Date:   2015-03-22T10:00:22Z

    Make RemoteScheduler keep order of job submitted

commit 6405abe24fb2dc56367aa132d907127f9fbbb218
Author: Lee moon soo <le...@gmail.com>
Date:   2015-03-22T11:03:55Z

    Update RemoteSchedulerTest

commit 1fb3715e421764a6271bb3cf38128737e3120815
Author: Lee moon soo <le...@gmail.com>
Date:   2015-03-23T11:39:04Z

    Fix daedlock

commit 4a6a230350c36e9f21b12a6b60669f138747e381
Author: Lee moon soo <mo...@apache.org>
Date:   2015-03-28T09:05:56Z

    Prevent status remaining RUNNING after job executed

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-zeppelin pull request: Run sequence is not preserved

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-zeppelin/pull/8


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-zeppelin pull request: Run sequence is not preserved

Posted by Leemoonsoo <gi...@git.apache.org>.
Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/8#issuecomment-87874947
  
    I'm merging it if there's no discussion.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-zeppelin pull request: Run sequence is not preserved

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/8#issuecomment-87557040
  
    I think I ran into NFLabs/zeppelin#395 just now


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---