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

[GitHub] storm pull request #2793: STORM-3171

GitHub user LeoAugust19 opened a pull request:

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

    STORM-3171

    https://issues.apache.org/jira/browse/STORM-3171

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

    $ git pull https://github.com/LeoAugust19/storm work

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

    https://github.com/apache/storm/pull/2793.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 #2793
    
----
commit 38ecf8fea572337a15cd11e99a8258d9975d7c67
Author: LeoAugust19 <23...@...>
Date:   2018-08-04T12:59:30Z

    master

----


---

[GitHub] storm issue #2793: STORM-3171 Fix dependency conflict issue for org.apache.s...

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

    https://github.com/apache/storm/pull/2793
  
    This seems like the wrong way to go. The Zookeeper 3.5.3 client isn't compatible with Zookeeper 3.4 clusters, so this won't work for anyone on 3.4.x.
    
    Have you checked whether this is fixed by https://issues.apache.org/jira/browse/STORM-2978?


---

[GitHub] storm pull request #2793: STORM-3171 Fix dependency conflict issue for org.a...

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

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


---

[GitHub] storm issue #2793: STORM-3171 Fix dependency conflict issue for org.apache.s...

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

    https://github.com/apache/storm/pull/2793
  
    @srdo I checked this issue had been fixed by https://github.com/apache/storm/pull/2579 ( https://issues.apache.org/jira/browse/STORM-2978). Thank you for your feedback. I will close this PR.


---