You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by d2r <gi...@git.apache.org> on 2018/10/12 18:14:53 UTC

[GitHub] storm issue #2877: STORM-3255: Uses dev-zookeeper in travis-ci

Github user d2r commented on the issue:

    https://github.com/apache/storm/pull/2877
  
    @srdo @revans2 
    This seemed to work on my personal repo.
    I did not bother trying to set maximum client connections to `200` as we did formerly, because we [hard-code](https://github.com/apache/storm/blob/22440747aa0f2ed3f3d26baec9140f79bb82f644/storm-server/src/main/java/org/apache/storm/zookeeper/Zookeeper.java#L87) unlimited connections when we launch `dev-zookeeper`, and I thought this was acceptable.


---