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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 14 17:43:26 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-14 17:43:26 -0400 (Fri, 14 Sep 2007)
New Revision: 65411

Modified:
   trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
Log:
[JBAS-4628] Update multiplexer protocol stack configs for 2.5

Modified: trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-09-14 21:42:39 UTC (rev 65410)
+++ trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-09-14 21:43:26 UTC (rev 65411)
@@ -21,7 +21,6 @@
              max_bundle_size="64000"
              max_bundle_timeout="30"
              use_incoming_packet_handler="true"
-             use_outgoing_packet_handler="false"
              ip_ttl="${jgroups.udp.ip_ttl:2}"
              enable_bundling="false"
                  
@@ -60,8 +59,8 @@
                    view_ack_collection_timeout="5000"/>
           <FC max_credits="2000000" min_threshold="0.10"/>
           <FRAG2 frag_size="60000"/>
-          <!-- pbcast.STREAMING_STATE_TRANSFER use_flush="true" use_reading_thread="true"/ -->
-          <pbcast.STATE_TRANSFER use_flush="true"/>
+          <!-- pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
+          <pbcast.STATE_TRANSFER/>
           <pbcast.FLUSH timeout="0"/>
         </config>
     </stack>
@@ -86,7 +85,6 @@
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
-                 use_outgoing_packet_handler="false"
                  ip_ttl="${jgroups.udp.ip_ttl:2}"
                  enable_bundling="false"
                  
@@ -124,8 +122,8 @@
                     view_bundling="true"
                     view_ack_collection_timeout="5000"/>
             <FRAG2 frag_size="60000"/>
-            <!--pbcast.STREAMING_STATE_TRANSFER use_flush="true" use_reading_thread="true"/ -->
-            <pbcast.STATE_TRANSFER use_flush="true"/>
+            <!--pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
+            <pbcast.STATE_TRANSFER/>
             <pbcast.FLUSH timeout="0"/>
         </config>
     </stack>
@@ -144,7 +142,6 @@
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
-                 use_outgoing_packet_handler="false"
                  enable_bundling="false"
                  use_send_queues="false"
                  sock_conn_timeout="300"
@@ -187,8 +184,8 @@
                         view_ack_collection_timeout="5000"/>
             <FC max_credits="2000000" min_threshold="0.10"/>
             <FRAG2 frag_size="60000"/>
-            <!-- pbcast.STREAMING_STATE_TRANSFER use_flush="true" use_reading_thread="true"/ -->
-            <pbcast.STATE_TRANSFER use_flush="true"/>
+            <!-- pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
+            <pbcast.STATE_TRANSFER/>
             <pbcast.FLUSH timeout="0"/>
         </config>
     </stack>
@@ -209,7 +206,6 @@
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
-                 use_outgoing_packet_handler="false"
                  enable_bundling="false"
                  use_send_queues="false"
                  sock_conn_timeout="300"
@@ -248,8 +244,8 @@
                         join_retry_timeout="2000" shun="true"
                         view_bundling="true"
                         view_ack_collection_timeout="5000"/>
-            <!-- pbcast.STREAMING_STATE_TRANSFER use_flush="true" use_reading_thread="true"/ -->
-            <pbcast.STATE_TRANSFER use_flush="true"/>
+            <!-- pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
+            <pbcast.STATE_TRANSFER/>
             <pbcast.FLUSH timeout="0"/>
         </config>
     </stack>
@@ -280,8 +276,8 @@
                         view_ack_collection_timeout="5000"/>
             <FC max_credits="2000000" min_threshold="0.10"/>
             <FRAG2 frag_size="60000"/>
-            <pbcast.STATE_TRANSFER use_flush="true"/>
-            <pbcast.FLUSH  timeout="0"/>
+            <pbcast.STATE_TRANSFER/>
+            <pbcast.FLUSH timeout="0"/>
         </config>
     </stack>
 




More information about the jboss-cvs-commits mailing list