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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 16 00:09:05 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-16 00:09:04 -0400 (Sat, 16 Sep 2006)
New Revision: 56902

Modified:
   branches/Branch_4_0/cluster/src/etc/cluster-service.xml
Log:
[JBAS-3659] Increase UDP buffers to support farming large files
[JBAS-2272] Remove unneeded up/down threads in TCP stack
Use correct FD timeout
Add FC and FRAG2 to TCP config since used for async RPC

Modified: branches/Branch_4_0/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-09-16 01:30:10 UTC (rev 56901)
+++ branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-09-16 04:09:04 UTC (rev 56902)
@@ -39,15 +39,15 @@
          <Config>
             <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" mcast_port="45566"
                ip_ttl="${jgroups.mcast.ip_ttl:8}" ip_mcast="true"
-               mcast_send_buf_size="800000" mcast_recv_buf_size="150000"
-               ucast_send_buf_size="800000" ucast_recv_buf_size="150000"
+               mcast_send_buf_size="2000000" mcast_recv_buf_size="640000"
+               ucast_send_buf_size="2000000" ucast_recv_buf_size="640000"
                loopback="false"/>
             <PING timeout="2000" num_initial_members="3"
                up_thread="true" down_thread="true"/>
             <MERGE2 min_interval="10000" max_interval="20000"/>
             <FD_SOCK down_thread="false" up_thread="false"/>
             <FD shun="true" up_thread="true" down_thread="true"
-               timeout="20000" max_tries="5"/>
+               timeout="10000" max_tries="5"/>
             <VERIFY_SUSPECT timeout="3000" num_msgs="3"
                up_thread="true" down_thread="true"/>
             <pbcast.NAKACK gc_lag="50" retransmit_timeout="300,600,1200,2400,4800"
@@ -67,20 +67,25 @@
          <!-- Alternate TCP stack: customize it for your environment, change bind_addr and initial_hosts -->
          <!--
          <Config>
-            <TCP bind_addr="thishost" start_port="7800" loopback="true"/>
+            <TCP bind_addr="thishost" start_port="7800" loopback="true"
+                 up_thread="false" down_thread="false"/>
             <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"/>
+               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="true" down_thread="true"
-               timeout="20000" max_tries="5"/>
+            <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 up_thread="false" down_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"  up_thread="false" down_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="true"/>
+            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
          </Config>
          -->
       </attribute>




More information about the jboss-cvs-commits mailing list