You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/01/19 18:24:15 UTC

svn commit: r1559530 - in /manifoldcf/trunk: CHANGES.txt framework/example-multiprocess-zk-common/zookeeper.cfg

Author: kwright
Date: Sun Jan 19 17:24:15 2014
New Revision: 1559530

URL: http://svn.apache.org/r1559530
Log:
Fix for CONNECTORS-863.

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1559530&r1=1559529&r2=1559530&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Sun Jan 19 17:24:15 2014
@@ -5,6 +5,10 @@ $Id$
 
 ======================= Release 1.5 =====================
 
+CONNECTORS-863: Increase the number of zookeeper connections allowed;
+this permits agents processes to start on linux.
+(Karl Wright)
+
 CONNECTORS-862: Reduce the binary image footprint by consolidating the 
 various lib directories and just changing classpaths.
 (Karl Wright)

Modified: manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg?rev=1559530&r1=1559529&r2=1559530&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg (original)
+++ manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg Sun Jan 19 17:24:15 2014
@@ -16,3 +16,4 @@
 tickTime=2000
 dataDir=zookeeper
 clientPort=8349
+maxClientCnxns=300