[jboss-cvs] JBoss Messaging SVN: r5284 - branches/Branch_1_4/tests/etc/server/default/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 5 18:07:30 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-11-05 18:07:30 -0500 (Wed, 05 Nov 2008)
New Revision: 5284

Modified:
   branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml
Log:
Changes made by Brian on the stack

Modified: branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml
===================================================================
--- branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml	2008-11-05 22:50:31 UTC (rev 5283)
+++ branches/Branch_1_4/tests/etc/server/default/deploy/mock-channelfactory-stacks.xml	2008-11-05 23:07:30 UTC (rev 5284)
@@ -7,47 +7,48 @@
     <stack name="jbm-control"
            description="Stack optimized for the JBoss Messaging Control Channel">
        <config>
-            <UDP
-                 mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
-                 mcast_port="${jboss.messaging.controlchanneludpport:45568}"
-                 tos="8"
-                 ucast_recv_buf_size="20000000"
-                 ucast_send_buf_size="640000"
-                 mcast_recv_buf_size="25000000"
-                 mcast_send_buf_size="640000"
-                 loopback="false"
-                 discard_incompatible_packets="true"
-                 max_bundle_size="64000"
-                 max_bundle_timeout="30"
-                 use_incoming_packet_handler="true"
-                 ip_ttl="${jboss.messaging.ipttl:8}"
-                 enable_bundling="false"
-                 enable_diagnostics="true"
-                 thread_naming_pattern="cl"
-
-                 use_concurrent_stack="true"
-
-                 thread_pool.enabled="true"
-                 thread_pool.min_threads="1"
-                 thread_pool.max_threads="200"
-                 thread_pool.keep_alive_time="5000"
-                 thread_pool.queue_enabled="true"
-                 thread_pool.queue_max_size="1000"
-                 thread_pool.rejection_policy="Run"
-
-                 oob_thread_pool.enabled="true"
-                 oob_thread_pool.min_threads="1"
-                 oob_thread_pool.max_threads="8"
-                 oob_thread_pool.keep_alive_time="5000"
-                 oob_thread_pool.queue_enabled="false"
-                 oob_thread_pool.queue_max_size="100"
-                 oob_thread_pool.rejection_policy="Run"/>
+	        <UDP
+	             singleton_name="shared-udp"
+	             mcast_port="${jboss.jgroups.udp.mcast_port:45688}"
+	             mcast_addr="${jgroups.udp.mcast_addr:228.11.11.11}"
+	             tos="8"
+	             ucast_recv_buf_size="20000000"
+	             ucast_send_buf_size="640000"
+	             mcast_recv_buf_size="25000000"
+	             mcast_send_buf_size="640000"
+	             loopback="true"
+	             discard_incompatible_packets="true"
+	             enable_bundling="false"
+	             max_bundle_size="64000"
+	             max_bundle_timeout="30"
+	             use_incoming_packet_handler="true"
+	             ip_ttl="${jgroups.udp.ip_ttl:2}"
+	             thread_naming_pattern="cl"
+	             timer.num_threads="12"
+	                         
+	             use_concurrent_stack="true"
+	        
+	             thread_pool.enabled="true"
+	             thread_pool.min_threads="20"
+	             thread_pool.max_threads="200"
+	             thread_pool.keep_alive_time="5000"
+	             thread_pool.queue_enabled="true"
+	             thread_pool.queue_max_size="1000"
+	             thread_pool.rejection_policy="discard"
+	              
+	             oob_thread_pool.enabled="true"
+	             oob_thread_pool.min_threads="1"
+	             oob_thread_pool.max_threads="20"
+	             oob_thread_pool.keep_alive_time="5000"
+	             oob_thread_pool.queue_enabled="false"
+	             oob_thread_pool.queue_max_size="100"
+	             oob_thread_pool.rejection_policy="run"/>
             <PING timeout="2000"
                   num_initial_members="3"/>
             <MERGE2 max_interval="100000"
                     min_interval="20000"/>
             <FD_SOCK />
-            <FD timeout="10000" max_tries="5" shun="true"/>
+            <FD timeout="6000" max_tries="5" shun="true"/>
             <VERIFY_SUSPECT timeout="1500" />
             <BARRIER />
             <pbcast.NAKACK use_stats_for_retransmission="false"
@@ -60,7 +61,7 @@
                            max_bytes="400000"/>
             <VIEW_SYNC avg_send_interval="10000"/>
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                shun="false"
+                shun="true"
                 view_bundling="true"/>
             <FC max_credits="500000"
                     min_threshold="0.20"/>
@@ -73,7 +74,8 @@
     <stack name="jbm-data"
            description="Stack optimized for the JBoss Messaging Data Channel">
         <config>
-            <TCP start_port="7900"
+            <TCP singleton_name="jbm-data"
+                 start_port="7900"
                  loopback="true"
                  recv_buf_size="20000000"
                  send_buf_size="640000"
@@ -85,14 +87,17 @@
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"
+                 
                  use_concurrent_stack="true" 
+                 
                  thread_pool.enabled="true"
-                 thread_pool.min_threads="1"
+                 thread_pool.min_threads="8"
                  thread_pool.max_threads="200"
                  thread_pool.keep_alive_time="5000"
                  thread_pool.queue_enabled="true" 
                  thread_pool.queue_max_size="500"
-                 thread_pool.rejection_policy="run"
+                 thread_pool.rejection_policy="discard"
+                 
                  oob_thread_pool.enabled="true"
                  oob_thread_pool.min_threads="1"
                  oob_thread_pool.max_threads="100" 
@@ -108,6 +113,7 @@
                num_ping_requests="3"/>
             <MERGE2 max_interval="100000" min_interval="20000"/>
             <FD_SOCK/>
+            <FD timeout="6000" max_tries="5" shun="true"/>
             <VERIFY_SUSPECT timeout="1500"/>
             <BARRIER/>
             <pbcast.NAKACK use_mcast_xmit="false" gc_lag="0"
@@ -119,7 +125,7 @@
             <VIEW_SYNC avg_send_interval="10000"/>
 
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                shun="false" view_bundling="true"/>
+                shun="true" view_bundling="true"/>
         </config>
     </stack>
            




More information about the jboss-cvs-commits mailing list