[jboss-cvs] JBossAS SVN: r85575 - branches/Branch_5_x/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 17:07:55 EST 2009


Author: bstansberry at jboss.com
Date: 2009-03-06 17:07:55 -0500 (Fri, 06 Mar 2009)
New Revision: 85575

Modified:
   branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-6544] Remove use_reader_thread

Modified: branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-03-06 22:05:14 UTC (rev 85574)
+++ branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-03-06 22:07:55 UTC (rev 85575)
@@ -88,7 +88,7 @@
                    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.STREAMING_STATE_TRANSFER/ -->
           <pbcast.STATE_TRANSFER/>
           <pbcast.FLUSH timeout="0"/>
         </config>
@@ -155,7 +155,7 @@
                    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.STREAMING_STATE_TRANSFER/ -->
           <pbcast.STATE_TRANSFER/>
           <pbcast.FLUSH timeout="0"/>
         </config>
@@ -220,7 +220,7 @@
                     view_bundling="true"
                     view_ack_collection_timeout="5000"/>
             <FRAG2 frag_size="60000"/>
-            <!--pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
+            <!--pbcast.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
             <pbcast.FLUSH timeout="0"/>
         </config>
@@ -296,7 +296,7 @@
                         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.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
             <pbcast.FLUSH timeout="0"/>
         </config>
@@ -372,7 +372,7 @@
                         shun="true"
                         view_bundling="true"
                         view_ack_collection_timeout="5000"/>
-            <!-- pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/ -->
+            <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
             <pbcast.FLUSH timeout="0"/>
         </config>




More information about the jboss-cvs-commits mailing list