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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 4 11:42:19 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-04 11:42:18 -0500 (Thu, 04 Jan 2007)
New Revision: 59355

Modified:
   trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
Log:
Disable FLUSH until we use a JBC release that supports it

Modified: trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-01-04 15:58:27 UTC (rev 59354)
+++ trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-01-04 16:42:18 UTC (rev 59355)
@@ -52,7 +52,9 @@
           <!-- pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
                    use_flush="true" use_reading_thread="true"/ -->
           <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
+          <!-- TODO re-enable FLUSH
           <pbcast.FLUSH down_thread="false" up_thread="false"/>
+          -->
         </config>
     </stack>
     
@@ -105,7 +107,9 @@
             <!--pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
                     use_flush="true" use_reading_thread="true"/ -->
             <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
+            <!-- TODO re-enable FLUSH
             <pbcast.FLUSH down_thread="false" up_thread="false"/>
+            -->
         </config>
     </stack>
 
@@ -156,7 +160,9 @@
             <!-- pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
                       use_flush="true" use_reading_thread="true"/ -->
             <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
+            <!-- TODO re-enable FLUSH
             <pbcast.FLUSH down_thread="false" up_thread="false"/>
+            -->
         </config>
     </stack>
 
@@ -206,7 +212,9 @@
             <!-- pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
                          use_flush="true" use_reading_thread="true"/ -->
             <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
+            <!-- TODO re-enable FLUSH
             <pbcast.FLUSH down_thread="false" up_thread="false"/>
+            -->
         </config>
     </stack>
 
@@ -264,7 +272,9 @@
             <!-- pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
                    use_flush="true" use_reading_thread="true"/ -->
             <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
+            <!-- TODO re-enable FLUSH
             <pbcast.FLUSH down_thread="false" up_thread="false"/>
+            -->
         </config>
     </stack>
 
@@ -321,7 +331,9 @@
             <!-- pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
                         use_flush="true" use_reading_thread="true"/ -->
             <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
+            <!-- TODO re-enable FLUSH
             <pbcast.FLUSH down_thread="false" up_thread="false"/>
+            -->
         </config>
     </stack>
 




More information about the jboss-cvs-commits mailing list