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 <[email protected]>
Date:   2015-03-22T10:00:22Z

    Make RemoteScheduler keep order of job submitted

commit 6405abe24fb2dc56367aa132d907127f9fbbb218
Author: Lee moon soo <[email protected]>
Date:   2015-03-22T11:03:55Z

    Update RemoteSchedulerTest

commit 1fb3715e421764a6271bb3cf38128737e3120815
Author: Lee moon soo <[email protected]>
Date:   2015-03-23T11:39:04Z

    Fix daedlock

commit 4a6a230350c36e9f21b12a6b60669f138747e381
Author: Lee moon soo <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to