GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2634
[STORM-3021] Fix wrong usages of Config.TOPOLOGY_WORKERS on RAS cluster
https://issues.apache.org/jira/browse/STORM-3021
The Resource Aware Scheduler doesn't honor `Config.TOPOLOGY_WORKERS`. So we
need to fix the code where it uses `Config.TOPOLOGY_WORKERS` incorrectly. Also
fix docs/javadocs to avoid confusion.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-3021
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2634.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 #2634
----
commit 032431cf448a589cfa016fba775921e5c06f89e4
Author: Ethan Li <ethanopensource@...>
Date: 2018-04-13T03:10:25Z
[STORM-3021] Fix wrong usages of Config.TOPOLOGY_WORKERS on RAS cluster
----
---