Author: kwright
Date: Mon Mar 13 11:47:51 2017
New Revision: 1786662

URL: http://svn.apache.org/viewvc?rev=1786662&view=rev
Log:
Tentative fix for CONNECTORS-1395.

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

Modified: manifoldcf/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1786662&r1=1786661&r2=1786662&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Mon Mar 13 11:47:51 2017
@@ -3,6 +3,10 @@ $Id$
 
 ======================= 2.7-dev =====================
 
+CONNECTORS-1395: Increase zookeeper session timeout to 300000,
+because we were having sessions expire.
+(Karl Wright)
+
 CONNECTORS-1396: Fix email connector class cast exception.
 (Cihad Guzel, Karl Wright)
 

Modified: 
manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml?rev=1786662&r1=1786661&r2=1786662&view=diff
==============================================================================
--- 
manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml 
(original)
+++ 
manifoldcf/trunk/framework/example-multiprocess-zk-proprietary/properties.xml 
Mon Mar 13 11:47:51 2017
@@ -28,7 +28,7 @@
   <!-- ZooKeeper lock manager configuration -->
   <property name="org.apache.manifoldcf.lockmanagerclass" 
value="org.apache.manifoldcf.core.lockmanager.ZooKeeperLockManager"/>
   <property name="org.apache.manifoldcf.zookeeper.connectstring" 
value="localhost:8349"/>
-  <property name="org.apache.manifoldcf.zookeeper.sessiontimeout" 
value="2000"/>
+  <property name="org.apache.manifoldcf.zookeeper.sessiontimeout" 
value="300000"/>
   <!-- Point to a specific (common) logging file -->
   <property name="org.apache.manifoldcf.logconfigfile" value="./logging.ini"/>
   <!-- Specify the connectors to be loaded -->

Modified: manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml?rev=1786662&r1=1786661&r2=1786662&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml (original)
+++ manifoldcf/trunk/framework/example-multiprocess-zk/properties.xml Mon Mar 
13 11:47:51 2017
@@ -28,7 +28,7 @@
   <!-- ZooKeeper lock manager configuration -->
   <property name="org.apache.manifoldcf.lockmanagerclass" 
value="org.apache.manifoldcf.core.lockmanager.ZooKeeperLockManager"/>
   <property name="org.apache.manifoldcf.zookeeper.connectstring" 
value="localhost:8349"/>
-  <property name="org.apache.manifoldcf.zookeeper.sessiontimeout" 
value="2000"/>
+  <property name="org.apache.manifoldcf.zookeeper.sessiontimeout" 
value="300000"/>
   <!-- Point to a specific (common) logging file -->
   <property name="org.apache.manifoldcf.logconfigfile" value="./logging.ini"/>
   <!-- Specify the connectors to be loaded -->


Reply via email to