[Jboss-cvs] JBossAS SVN: r55126 - branches/Branch_4_0/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 14:48:29 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-03 14:48:29 -0400 (Thu, 03 Aug 2006)
New Revision: 55126

Modified:
   branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml
Log:
Add FD_SOCK to the TCP config

Modified: branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml
===================================================================
--- branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml	2006-08-03 18:46:28 UTC (rev 55125)
+++ branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml	2006-08-03 18:48:29 UTC (rev 55126)
@@ -154,7 +154,9 @@
               <TCPPING initial_hosts="thishost[7810],otherhost[7810]" port_range="3" timeout="3500"
                  num_initial_members="3" up_thread="true" down_thread="true"/>
               <MERGE2 min_interval="5000" max_interval="10000"/>
-              <FD shun="true" timeout="2500" max_tries="5" up_thread="true" down_thread="true" />
+              <FD_SOCK down_thread="false" up_thread="false"/>
+              <FD shun="true" up_thread="false" down_thread="false"
+                 timeout="20000" max_tries="5"/>
               <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false" />
               <pbcast.NAKACK down_thread="true" up_thread="true" gc_lag="100"
                  retransmit_timeout="3000"/>




More information about the jboss-cvs-commits mailing list