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

[GitHub] storm pull request #2713: [STORM-3094] : Added topology name validation at c...

GitHub user ManoharVanam opened a pull request:

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

    [STORM-3094] : Added topology name validation at client side

    Current Behavior : Execute topology with invalid topology name is throwing exception after uploading the jar.
    
    Improvement : Validating topology name at client side before uploading the jar.
    
    Note : Back porting STORM-3094-fix from master to 1.x-branch

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

    $ git pull https://github.com/ManoharVanam/storm storm-3094-1x

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

    https://github.com/apache/storm/pull/2713.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 #2713
    
----
commit 20333545ca256b90bc3dbb9a0c3ee321d8e9d086
Author: Manohar Vanam <ma...@...>
Date:   2018-06-13T14:08:04Z

    [STORM-3094] : Added topology name validation at client side

----


---

[GitHub] storm pull request #2713: [STORM-3094] : Added topology name validation at c...

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

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


---

[GitHub] storm issue #2713: [STORM-3094] : Added topology name validation at client s...

Posted by srdo <gi...@git.apache.org>.
Github user srdo commented on the issue:

    https://github.com/apache/storm/pull/2713
  
    Thanks @ManoharVanam, merged to 1.x and 1.1.x


---