[jboss-cvs] JBossAS SVN: r92440 - branches/JBPAPP_5_0/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 16:11:58 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-08-17 16:11:58 -0400 (Mon, 17 Aug 2009)
New Revision: 92440

Modified:
   branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBPAPP-2521] Increase FLUSH.start_flush_timeout

Modified: branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-08-17 19:57:39 UTC (rev 92439)
+++ branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-08-17 20:11:58 UTC (rev 92440)
@@ -92,7 +92,7 @@
           <FRAG2 frag_size="60000"/>
           <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
           <pbcast.STATE_TRANSFER/>
-          <pbcast.FLUSH timeout="0"/>
+          <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
     
@@ -162,7 +162,7 @@
           <FRAG2 frag_size="60000"/>
           <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
           <pbcast.STATE_TRANSFER/>
-          <pbcast.FLUSH timeout="0"/>
+          <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
     
@@ -227,7 +227,7 @@
             <FRAG2 frag_size="60000"/>
             <!--pbcast.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
-            <pbcast.FLUSH timeout="0"/>
+            <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
 
@@ -307,7 +307,7 @@
             <FRAG2 frag_size="60000"/>
             <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
-            <pbcast.FLUSH timeout="0"/>
+            <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
 
@@ -383,7 +383,7 @@
                         resume_task_timeout="7500"/>
             <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
-            <pbcast.FLUSH timeout="0"/>
+            <pbcast.FLUSH timeout="0" start_flush_timeout="10000"/>
         </config>
     </stack>
     
@@ -426,7 +426,7 @@
                 ignore_synchronous_response="true"/>
             <FRAG2 frag_size="60000"  />
             <pbcast.STATE_TRANSFER/>
-            <pbcast.FLUSH timeout="20000"/>
+            <pbcast.FLUSH timeout="20000" start_flush_timeout="10000"/>
         </config>
     </stack>
     




More information about the jboss-cvs-commits mailing list