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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 10 11:36:40 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-09-10 11:36:40 -0400 (Wed, 10 Sep 2008)
New Revision: 78350

Modified:
   trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-5944] Fix invalid GMS.shun=false

Modified: trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-09-10 15:31:31 UTC (rev 78349)
+++ trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-09-10 15:36:40 UTC (rev 78350)
@@ -411,7 +411,7 @@
                            max_bytes="400000"/>
             <VIEW_SYNC avg_send_interval="10000"/>
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                shun="false"
+                shun="true"
                 view_bundling="true"/>
             <FC max_credits="500000"
                     min_threshold="0.20"/>
@@ -475,7 +475,7 @@
             <VIEW_SYNC avg_send_interval="10000"/>
 
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                shun="false" view_bundling="true"/>
+                shun="true" view_bundling="true"/>
         </config>
     </stack>           
     
@@ -500,7 +500,7 @@
             <pbcast.STABLE stability_delay="1000" desired_avg_gossip="5000"
                            max_bytes="400000"/>
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                        shun="false"
+                        shun="true"
                         view_bundling="true"
                         view_ack_collection_timeout="5000"/>
             <FC max_credits="2000000" min_threshold="0.10"/>




More information about the jboss-cvs-commits mailing list