GitHub user erikdw opened a pull request:
https://github.com/apache/storm/pull/2468
[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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/erikdw/storm STORM-2690
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2468.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 #2468
----
commit 5e3c966b23bc3b6d924a52ea62a32b194978af24
Author: Erik Weathers <[email protected]>
Date: 2017-12-19T04:41:35Z
[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.
----
---