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/17 12:33:53 UTC

svn commit: r1559075 - in /manifoldcf/trunk: CHANGES.txt framework/example-multiprocess-zk-common/properties-global.xml

Author: kwright
Date: Fri Jan 17 11:33:53 2014
New Revision: 1559075

URL: http://svn.apache.org/r1559075
Log:
Fix for CONNECTORS-861.

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/framework/example-multiprocess-zk-common/properties-global.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1559075&r1=1559074&r2=1559075&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Fri Jan 17 11:33:53 2014
@@ -5,6 +5,10 @@ $Id$
 
 ======================= Release 1.5 =====================
 
+CONNECTORS-861: Reduce the example worker thread count so that we
+don't run out of zookeeper resources on Windows.
+(Karl Wright)
+
 CONNECTORS-860: Remove zookeeper.jar from a number of contexts
 where it should not be.  This will reduce the binary footprint by some
 amount and also prevent more than one zookeeper.jar from being in

Modified: manifoldcf/trunk/framework/example-multiprocess-zk-common/properties-global.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-zk-common/properties-global.xml?rev=1559075&r1=1559074&r2=1559075&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-multiprocess-zk-common/properties-global.xml (original)
+++ manifoldcf/trunk/framework/example-multiprocess-zk-common/properties-global.xml Fri Jan 17 11:33:53 2014
@@ -27,6 +27,6 @@
   <property name="org.apache.manifoldcf.dbsuperusername" value="sa"/>
   <property name="org.apache.manifoldcf.dbsuperuserpassword" value=""/>
   <property name="org.apache.manifoldcf.database.maxhandles" value="100"/>
-  <property name="org.apache.manifoldcf.crawler.threads" value="50"/>
+  <property name="org.apache.manifoldcf.crawler.threads" value="20"/>
   <!-- Any additional global properties go here -->
 </configuration>