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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 27 15:24:27 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-03-27 15:24:27 -0400 (Fri, 27 Mar 2009)
New Revision: 86436

Modified:
   branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-6692] Add FC ignore_synchronous_request=true

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-27 18:48:29 UTC (rev 86435)
+++ branches/Branch_5_x/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-03-27 19:24:27 UTC (rev 86436)
@@ -86,7 +86,8 @@
                    shun="true"
                    view_bundling="true"
                    view_ack_collection_timeout="5000"/>
-          <FC max_credits="2000000" min_threshold="0.10"/>
+          <FC max_credits="2000000" min_threshold="0.10" 
+              ignore_synchronous_response="true"/>
           <FRAG2 frag_size="60000"/>
           <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
           <pbcast.STATE_TRANSFER/>
@@ -153,7 +154,8 @@
                    shun="true"
                    view_bundling="true"
                    view_ack_collection_timeout="5000"/>
-          <FC max_credits="2000000" min_threshold="0.10"/>
+          <FC max_credits="2000000" min_threshold="0.10" 
+              ignore_synchronous_response="true"/>
           <FRAG2 frag_size="60000"/>
           <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
           <pbcast.STATE_TRANSFER/>
@@ -294,7 +296,8 @@
                         shun="true"
                         view_bundling="true"
                         view_ack_collection_timeout="5000"/>
-            <FC max_credits="2000000" min_threshold="0.10"/>
+            <FC max_credits="2000000" min_threshold="0.10" 
+                ignore_synchronous_response="true"/>
             <FRAG2 frag_size="60000"/>
             <!-- pbcast.STREAMING_STATE_TRANSFER/ -->
             <pbcast.STATE_TRANSFER/>
@@ -413,8 +416,8 @@
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
                 shun="true"
                 view_bundling="true"/>
-            <FC max_credits="500000"
-                    min_threshold="0.20"/>
+            <FC max_credits="500000" min_threshold="0.20" 
+                ignore_synchronous_response="true"/>
             <FRAG2 frag_size="60000"  />
             <pbcast.STATE_TRANSFER/>
             <pbcast.FLUSH timeout="20000"/>




More information about the jboss-cvs-commits mailing list