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