GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/1125
[STORM-1561] Supervisor should kill/restart if existing worker has changed
assignments
Currently, supervisor validates new assignments against existing
assignments by port. It should also check on the same port - if executors have
changed. The new executors won't have any threads associated with them in the
worker.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm1561
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1125.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 #1125
----
commit a26f81187c3ea54e05584d31b5eedb66d9600a17
Author: Kishor Patil <[email protected]>
Date: 2016-02-18T19:25:17Z
Supervisor should kill/restart if existing worker has changed assignments
----
---
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.
---