GitHub user erikdw opened a pull request:
https://github.com/apache/storm/pull/2470
[STORM-2690] resurrect invocation of ISupervisor.assigned() & make
Supervisor.launchDaemon() accessible
This commit fixes the storm-mesos integration for the interaction between
the Storm core's Supervisor daemon and the MesosSupervisor that implements the
ISupervisor interface.
_(Backport of #2468 to `1.0.x-branch`.)_
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/erikdw/storm STORM-2690__1.0.x-branch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2470.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 #2470
----
commit a21dcf6c16f794e1ac1287b9fcd3b4e8a9418824
Author: Erik Weathers <[email protected]>
Date: 2017-12-19T21:04:09Z
[STORM-2690] resurrect invocation of ISupervisor.assigned() & make
Supervisor.launchDaemon() accessible
This commit fixes the storm-mesos integration for the interaction between
the Storm core's Supervisor daemon
and the MesosSupervisor that implements the ISupervisor interface.
----
---