You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethanlm <gi...@git.apache.org> on 2018/09/11 15:42:19 UTC

[GitHub] storm pull request #2823: [STORM-3206] validate topoConf only against Config...

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 <et...@...>
Date:   2018-09-11T15:29:30Z

    [STORM-3206] validate topoConf only against Config.java during submission

----


---

[GitHub] storm pull request #2823: [STORM-3206] validate topoConf only against Config...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2823


---