[Jboss-cvs] JBossAS SVN: r55134 - branches/Branch_4_0/cluster/src/etc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 15:35:28 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-03 15:35:27 -0400 (Thu, 03 Aug 2006)
New Revision: 55134

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

Modified: branches/Branch_4_0/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-08-03 19:24:02 UTC (rev 55133)
+++ branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-08-03 19:35:27 UTC (rev 55134)
@@ -71,7 +71,9 @@
             <TCPPING initial_hosts="thishost[7800],otherhost[7800]" 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="true" down_thread="true"
+               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