[jboss-cvs] JBossAS SVN: r57251 - branches/Branch_4_0/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 27 21:43:33 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-27 21:43:31 -0400 (Wed, 27 Sep 2006)
New Revision: 57251

Modified:
   branches/Branch_4_0/tomcat/src/resources/cluster-cache.xml
Log:
Sync TCP config with the one used in the AS

Modified: branches/Branch_4_0/tomcat/src/resources/cluster-cache.xml
===================================================================
--- branches/Branch_4_0/tomcat/src/resources/cluster-cache.xml	2006-09-28 01:42:19 UTC (rev 57250)
+++ branches/Branch_4_0/tomcat/src/resources/cluster-cache.xml	2006-09-28 01:43:31 UTC (rev 57251)
@@ -130,18 +130,25 @@
            <!-- Alternate TCP stack: customize it for your environment, change bind_addr and initial_hosts -->
            <!--
            <config>
-              <TCP bind_addr="thishost" start_port="7810" loopback="true"/>
+              <TCP bind_addr="thishost" start_port="7810" loopback="true" 
+                   tcp_nodelay="false" down_thread="false" up_thread="false"/>
               <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" />
+                 num_initial_members="3" up_thread="false" down_thread="false"/>
+              <MERGE2 min_interval="5000" max_interval="10000"
+                 up_thread="false" down_thread="false"/>
+              <FD_SOCK down_thread="false" up_thread="false"/>
+              <FD shun="true" up_thread="false" down_thread="false"
+                 timeout="10000" max_tries="5"/>
               <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false" />
-              <pbcast.NAKACK down_thread="true" up_thread="true" gc_lag="100"
+              <pbcast.NAKACK down_thread="false" up_thread="false" gc_lag="100"
                  retransmit_timeout="3000"/>
               <pbcast.STABLE desired_avg_gossip="20000" down_thread="false" up_thread="false" />
-              <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="false"
-                 print_local_addr="true" down_thread="true" up_thread="true"/>
-              <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
+              <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="true"
+                 print_local_addr="true" down_thread="false" up_thread="false"/>
+              <FC max_credits="2000000" down_thread="false" up_thread="false"
+                 min_threshold="0.10"/>
+              <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
+              <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
            </config>
            -->
 




More information about the jboss-cvs-commits mailing list