[jboss-cvs] JBossAS SVN: r71988 - trunk/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 10 21:29:39 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-10 21:29:39 -0400 (Thu, 10 Apr 2008)
New Revision: 71988

Modified:
   trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-5342] Remove the old non-concurrent stacks used by JBM

Modified: trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-04-11 01:02:55 UTC (rev 71987)
+++ trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-04-11 01:29:39 UTC (rev 71988)
@@ -1,7 +1,7 @@
 <!--
   Standard JGroups protocol stacks definitions, used by the JChannelFactory bean.
   Author: Bela Ban, Brian Stansberry
-  Version: $Id$
+  Version: $Id:jgroups-channelfactory-stacks.xml 71313 2008-03-26 19:46:59Z bstansberry at jboss.com $
 -->
 <protocol_stacks>
     <stack name="udp"
@@ -384,8 +384,7 @@
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
                 shun="false" view_bundling="true"/>
         </config>
-    </stack>
-           
+    </stack>           
     
     <stack name="tunnel"
            description="Used with a GossipRouter">
@@ -416,195 +415,7 @@
             <pbcast.FLUSH timeout="0"/>
         </config>
     </stack>
-    
-    <stack name="udp-nonconcurrent"
-           description="UDP based stack with the concurrent stack disabled. Temporarily available until JBoss Messaging certifies usage of the concurrent stack.">
-        <config>
-          <UDP
-             mcast_port="${jgroups.udp_nonconcurrent.mcast_port:55688}"
-             mcast_addr="${jgroups.udp.mcast_addr:228.12.12.12}"
-             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"
-             max_bundle_size="64000"
-             max_bundle_timeout="30"
-             use_incoming_packet_handler="true"
-             ip_ttl="${jgroups.udp.ip_ttl:2}"
-             enable_bundling="true"                 
-             use_concurrent_stack="false"/>
-          <PING timeout="2000" num_initial_members="3"/>
-          <MERGE2 max_interval="100000" min_interval="20000"/>
-          <FD_SOCK/>
-          <FD timeout="10000" max_tries="5" shun="true"/>
-          <VERIFY_SUSPECT timeout="1500"/>
-          <pbcast.NAKACK use_mcast_xmit="false" gc_lag="0"
-                   retransmit_timeout="300,600,1200,2400,4800"
-                   discard_delivered_msgs="true"/>
-          <UNICAST timeout="300,600,1200,2400,3600"/>
-          <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
-                   max_bytes="400000"/>
-          <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                   shun="true"
-                   view_bundling="true"
-                   view_ack_collection_timeout="5000"/>
-          <FC max_credits="2000000" min_threshold="0.10"/>
-          <FRAG2 frag_size="60000"/>
-          <!-- pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
-          <pbcast.STATE_TRANSFER/>
-          <pbcast.FLUSH timeout="0"/>
-        </config>
-    </stack>
-    
 
-    <stack name="udp-sync-nonconcurrent"
-           description="UDP based stack for sycnhronous communication with the concurrent stack disabled. 
-                        Temporarily available until JBoss Messaging certifies usage of the concurrent stack.">
-        <config>
-            <UDP
-                 mcast_port="${jgroups.udp_sync_nonconcurrent.mcast_port:55699}"
-                 mcast_addr="${jgroups.udp.mcast_addr:229.12.12.12}"
-                 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"
-                 max_bundle_size="64000"
-                 max_bundle_timeout="30"
-                 use_incoming_packet_handler="true"
-                 ip_ttl="${jgroups.udp.ip_ttl:2}"
-                 enable_bundling="false"                 
-                 use_concurrent_stack="false"/>
-            <PING timeout="2000" num_initial_members="3"/>
-            <MERGE2 max_interval="100000" min_interval="20000"/>
-            <FD_SOCK/>
-            <FD timeout="10000" max_tries="5" shun="true"/>
-            <VERIFY_SUSPECT timeout="1500"/>
-            <pbcast.NAKACK use_mcast_xmit="false" gc_lag="0"
-                    retransmit_timeout="300,600,1200,2400,4800"
-                    discard_delivered_msgs="true"/>
-            <UNICAST timeout="300,600,1200,2400,3600"/>
-            <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
-                    max_bytes="400000"/>
-            <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                    shun="true"
-                    view_bundling="true"
-                    view_ack_collection_timeout="5000"/>
-            <FRAG2 frag_size="60000"/>
-            <!--pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
-            <pbcast.STATE_TRANSFER/>
-            <pbcast.FLUSH timeout="0"/>
-        </config>
-    </stack>
-
-    <stack name="tcp-nonconcurrent"
-           description="TCP based stack, with flow control and message bundling but the concurrent stack disabled. 
-                        Temporarily available until JBoss Messaging certifies usage of the concurrent stack.">
-        <config>
-            <TCP start_port="7700"
-                 tcp_nodelay="true"
-                 loopback="false"
-                 recv_buf_size="20000000"
-                 send_buf_size="640000"
-                 discard_incompatible_packets="true"
-                 max_bundle_size="64000"
-                 max_bundle_timeout="30"
-                 use_incoming_packet_handler="true"
-                 enable_bundling="true"
-                 use_send_queues="false"
-                 sock_conn_timeout="300"
-                 skip_suspected_members="true"                 
-                 use_concurrent_stack="false"/>
-            <!-- Alternative 1: multicast-based automatic discovery. -->   
-            <MPING timeout="3000"
-                   num_initial_members="3"
-                   mcast_addr="${jgroups.udp.mcast_addr:230.12.12.12}"
-                   mcast_port="${jgroups.tcp_mping_nonconcurrent.mcast_port:55700}"
-                   ip_ttl="${jgroups.udp.ip_ttl:2}"/>           
-            <!-- Alternative 2: non multicast-based replacement for MPING. Requires a static configuration
-                 of all possible cluster members.
-            <TCPPING timeout="3000"
-                     initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7600],localhost[7601]}"
-                     port_range="1"
-                     num_initial_members="3"/>
-            -->
-            <MERGE2 max_interval="100000" min_interval="20000"/>
-            <FD_SOCK/>
-            <FD timeout="10000" max_tries="5" shun="true"/>
-            <VERIFY_SUSPECT timeout="1500"/>
-            <pbcast.NAKACK use_mcast_xmit="false" gc_lag="0"
-                           retransmit_timeout="300,600,1200,2400,4800"
-                           discard_delivered_msgs="true"/>
-            <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
-                           max_bytes="400000"/>
-            <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                        shun="true"
-                        view_bundling="true"
-                        view_ack_collection_timeout="5000"/>
-            <FC max_credits="2000000" min_threshold="0.10"/>
-            <FRAG2 frag_size="60000"/>
-            <!-- pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
-            <pbcast.STATE_TRANSFER/>
-            <pbcast.FLUSH timeout="0"/>
-        </config>
-    </stack>
-
-
-    <stack name="tcp-sync-nonconcurrent"
-           description="TCP based stack, without flow control and without message bundling and the concurrent stack disabled. 
-                        Temporarily available until JBoss Messaging certifies usage of the concurrent stack.">
-        <config>
-            <TCP start_port="7650"
-                 tcp_nodelay="true"
-                 loopback="false"
-                 recv_buf_size="20000000"
-                 send_buf_size="640000"
-                 discard_incompatible_packets="true"
-                 max_bundle_size="64000"
-                 max_bundle_timeout="30"
-                 use_incoming_packet_handler="true"
-                 enable_bundling="false"
-                 use_send_queues="false"
-                 sock_conn_timeout="300"
-                 skip_suspected_members="true"
-                 use_concurrent_stack="false"/>
-            <!-- Alternative 1: multicast-based automatic discovery. -->   
-            <MPING timeout="3000"
-                   num_initial_members="3"
-                   mcast_addr="${jgroups.udp.mcast_addr:231.12.12.12}"
-                   mcast_port="${jgroups.tcp_sync_nonconcurrent_mping.mcast_port:55701}"
-                   ip_ttl="${jgroups.udp.ip_ttl:2}"/>           
-            <!-- Alternative 2: non multicast-based replacement for MPING. Requires a static configuration
-                 of all possible cluster members.
-            <TCPPING timeout="3000"
-                     initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7650],localhost[7651]}"
-                     port_range="1"
-                     num_initial_members="3"/>
-            -->
-            <MERGE2 max_interval="100000" min_interval="20000"/>
-            <FD_SOCK/>
-            <FD timeout="10000" max_tries="5" shun="true"/>
-            <VERIFY_SUSPECT timeout="1500"/>
-            <pbcast.NAKACK use_mcast_xmit="false" gc_lag="0"
-                           retransmit_timeout="300,600,1200,2400,4800"
-                           discard_delivered_msgs="true"/>
-            <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
-                           max_bytes="400000"/>
-            <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                        shun="true"
-                        view_bundling="true"
-                        view_ack_collection_timeout="5000"/>
-            <!-- pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
-            <pbcast.STATE_TRANSFER/>
-            <pbcast.FLUSH timeout="0"/>
-        </config>
-    </stack>
-
 </protocol_stacks>
 
 




More information about the jboss-cvs-commits mailing list