GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2437
[STORM-2834] getOwnerResourceSummaries not working properly because
scheduler is wrapped as BlacklistScheduler
https://issues.apache.org/jira/browse/STORM-2834
The condition of `scheduler instanceof ResourceAwareScheduler` or
`scheduler instanceof MultitenantScheduler` will never be true because the
scheduler is wrapped as BlacklistScheduler
Tested it manually.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2834
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2437.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 #2437
----
commit 792ac9761dcc0ce2462eb4b2c02467e87e0103fc
Author: Ethan Li <[email protected]>
Date: 2017-11-28T19:14:56Z
[STORM-2834] getOwnerResourceSummaries not working properly because
scheduler is wrapped as BlacklistScheduler
----
---