GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2424
[STORM-2820] fix validateTopologyWorkerMaxHeapSizeConfigs function never
picks up the value set by nimbus problem
As stated in https://issues.apache.org/jira/browse/STORM-2820, the
validateTopologyWorkerMaxHeapSizeConfigs use either the value from topology
configuration (set by the topology) or 768.0. It never picks up the value set
by nimbus.
Tested it manually.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2820
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2424.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 #2424
----
commit 1e957a64af1a3ea2855bbb29e28f94b87ae91932
Author: Ethan Li <[email protected]>
Date: 2017-11-15T20:15:30Z
[STORM-2820] fix validateTopologyWorkerMaxHeapSizeConfigs function never
picks up the value set by nimbus problem
----
---