GitHub user erikdw opened a pull request:
https://github.com/apache/storm/pull/2472
[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.x-branch`.)_
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/erikdw/storm STORM-2690__1.x-branch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2472.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 #2472
----
commit a884c6f2e7df01edc4fcaa7d1b392f09f4ff3c2a
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.
----
---