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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 6 15:29:29 EDT 2009


Author: pferraro
Date: 2009-08-06 15:29:29 -0400 (Thu, 06 Aug 2009)
New Revision: 92084

Modified:
   branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBPAPP-2292] resume_task_timeout already added to udp stack.  Adding it to other stacks.

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-06 19:25:42 UTC (rev 92083)
+++ branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-08-06 19:29:29 UTC (rev 92084)
@@ -165,7 +165,8 @@
           <pbcast.GMS print_local_addr="true" join_timeout="3000"
                    shun="true"
                    view_bundling="true"
-                   view_ack_collection_timeout="5000"/>
+                   view_ack_collection_timeout="5000"
+                   resume_task_timeout="7500"/>
           <FC max_credits="2000000" min_threshold="0.10" 
               ignore_synchronous_response="true"/>
           <FRAG2 frag_size="60000"/>
@@ -237,7 +238,8 @@
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
                     shun="true"
                     view_bundling="true"
-                    view_ack_collection_timeout="5000"/>
+                    view_ack_collection_timeout="5000"
+                    resume_task_timeout="7500"/>
             <FRAG2 frag_size="60000"/>
             <!--pbcast.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
@@ -317,7 +319,8 @@
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
                         shun="true"
                         view_bundling="true"
-                        view_ack_collection_timeout="5000"/>
+                        view_ack_collection_timeout="5000"
+                        resume_task_timeout="7500"/>
             <FC max_credits="2000000" min_threshold="0.10" 
                 ignore_synchronous_response="true"/>
             <FRAG2 frag_size="60000"/>
@@ -401,7 +404,8 @@
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
                         shun="true"
                         view_bundling="true"
-                        view_ack_collection_timeout="5000"/>
+                        view_ack_collection_timeout="5000"
+                        resume_task_timeout="7500"/>
             <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
             <pbcast.FLUSH timeout="0"/>




More information about the jboss-cvs-commits mailing list