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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Sep 17 14:04:34 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-17 14:04:33 -0400 (Sun, 17 Sep 2006)
New Revision: 56920

Modified:
   branches/Branch_4_0/cluster/src/etc/cluster-service.xml
Log:
Add max_bytes to STABLE; fix TCP config's retransmit_timeout

Modified: branches/Branch_4_0/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-09-17 13:00:06 UTC (rev 56919)
+++ branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-09-17 18:04:33 UTC (rev 56920)
@@ -55,7 +55,7 @@
                up_thread="true" down_thread="true"/>
             <UNICAST timeout="300,600,1200,2400,4800" window_size="100" min_threshold="10"
                down_thread="true"/>
-            <pbcast.STABLE desired_avg_gossip="20000"
+            <pbcast.STABLE desired_avg_gossip="20000" max_bytes="400000"
                up_thread="true" down_thread="true"/>
             <FRAG frag_size="8192"
                down_thread="true" up_thread="true"/>
@@ -78,8 +78,9 @@
                timeout="10000" max_tries="5"/>
             <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false" />
             <pbcast.NAKACK up_thread="false" down_thread="false" gc_lag="100"
-               retransmit_timeout="3000"/>
-            <pbcast.STABLE desired_avg_gossip="20000" down_thread="false" up_thread="false" />
+               retransmit_timeout="300,600,1200,2400,4800"/>
+            <pbcast.STABLE desired_avg_gossip="20000" max_bytes="400000"
+               down_thread="false" up_thread="false" />
             <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="true"
                print_local_addr="true"  up_thread="false" down_thread="false"/>
             <FC max_credits="2000000" down_thread="false" up_thread="false"




More information about the jboss-cvs-commits mailing list