You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by "Max, Shen" <sh...@gmail.com> on 2014/05/23 21:07:04 UTC

Config maxClientCnxns=100 in LocalCluster

Hi all,

I'm running some tests on LocalCluster and having issues on connecting to
the local zookeeper created by the LocalCluster when the test
submitTopology.

I've resolved the issue in remote mode by increasing the maxClientCnxns
number in the zoo.cfg on my zookeeper box.

However, I couldn't figure out an approach to increase the number for the
zookeeper created by the LocalCluster.

Any suggestions?

-- 

- Max