[jboss-cvs] JBossAS SVN: r107571 - branches/infinispan-int/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 12 15:11:25 EDT 2010


Author: pferraro
Date: 2010-08-12 15:11:24 -0400 (Thu, 12 Aug 2010)
New Revision: 107571

Modified:
   branches/infinispan-int/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
Enable streaming state xfr for all stacks.

Modified: branches/infinispan-int/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- branches/infinispan-int/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2010-08-12 18:50:39 UTC (rev 107570)
+++ branches/infinispan-int/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2010-08-12 19:11:24 UTC (rev 107571)
@@ -75,8 +75,8 @@
           <FC max_credits="2000000" min_threshold="0.10" 
               ignore_synchronous_response="true"/>
           <FRAG2 frag_size="60000"/>
-          <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
-          <pbcast.STATE_TRANSFER/>
+          <pbcast.STREAMING_STATE_TRANSFER/>
+          <!--pbcast.STATE_TRANSFER/-->
           <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
@@ -145,8 +145,8 @@
           <FC max_credits="2000000" min_threshold="0.10" 
               ignore_synchronous_response="true"/>
           <FRAG2 frag_size="60000"/>
-          <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
-          <pbcast.STATE_TRANSFER/>
+          <pbcast.STREAMING_STATE_TRANSFER/>
+          <!--pbcast.STATE_TRANSFER/-->
           <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
@@ -210,8 +210,8 @@
                     view_ack_collection_timeout="5000"
                     resume_task_timeout="7500"/>
             <FRAG2 frag_size="60000"/>
-            <!--pbcast.STREAMING_STATE_TRANSFER/ -->
-            <pbcast.STATE_TRANSFER/>
+            <pbcast.STREAMING_STATE_TRANSFER/>
+            <!--pbcast.STATE_TRANSFER/-->
             <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
@@ -289,8 +289,8 @@
             <FC max_credits="2000000" min_threshold="0.10" 
                 ignore_synchronous_response="true"/>
             <FRAG2 frag_size="60000"/>
-            <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
-            <pbcast.STATE_TRANSFER/>
+            <pbcast.STREAMING_STATE_TRANSFER/>
+            <!--pbcast.STATE_TRANSFER/-->
             <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
@@ -364,8 +364,8 @@
                         view_bundling="true"
                         view_ack_collection_timeout="5000"
                         resume_task_timeout="7500"/>
-            <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
-            <pbcast.STATE_TRANSFER/>
+            <pbcast.STREAMING_STATE_TRANSFER/>
+            <!--pbcast.STATE_TRANSFER/-->
             <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>



More information about the jboss-cvs-commits mailing list