GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/1529
STORM-1934 Fix race condition between sync-supervisor and sync-processes
* sync-supervisor just downloads new topology code and writes new local
assignment
* shutting down workers and removing topology code is moved to
sync-processes
* sync-processes does all of jobs based on local assignment and allocated
workers
PR for 1.x-branch: #1528
Please note that supervisor is ported to Java, so PR for master and PR for
1.x-branch are having different diff. But concept is same.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-1934
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1529.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 #1529
----
commit 816a6cc47e5be505d4857e25a4aa14d2f09cade0
Author: Jungtaek Lim <[email protected]>
Date: 2016-06-29T10:06:43Z
STORM-1934 Fix race condition between sync-supervisor and sync-processes
* sync-supervisor just downloads new topology code and writes new local
assignment
* shutting down workers and removing topology code is moved to
sync-processes
* sync-processes does all of jobs based on local assignment and allocated
workers
----
---
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.
---