GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2823
[STORM-3206] validate topoConf only against Config.java during submission
Storm should only validate client-side conf when user submits a topology.
Otherwise settings like `logviewer.https.port=-1` will fail the submission.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-3206
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2823.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 #2823
----
commit e9af95e9b6a6ebc74fec833dc83c6bd18751313c
Author: Ethan Li <ethanopensource@...>
Date: 2018-09-11T15:29:30Z
[STORM-3206] validate topoConf only against Config.java during submission
----
---