You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by jnioche <gi...@git.apache.org> on 2018/10/26 15:45:35 UTC

[GitHub] storm pull request #2897: bugfix ConfigurableTopology completely overwrites ...

GitHub user jnioche opened a pull request:

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

    bugfix ConfigurableTopology completely overwrites preexisting config

    The ConfigurableTopology can take configuration files where the values are put under a single config element to be compatible with Flux. This PR fixes a bug when multiple configs are set, the last one will overwrite any preexisting value as everything is put under the same key 'config'

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jnioche/storm master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2897.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 #2897
    
----
commit a88e4491c39e7dded5a16974ed2fcacc33892ae7
Author: Julien Nioche <ju...@...>
Date:   2018-10-26T15:41:03Z

    bugfix ConfigurableTopology completely overwrites preexisting config

----


---

[GitHub] storm pull request #2897: bugfix ConfigurableTopology completely overwrites ...

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

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


---