Author: manik.surtani(a)jboss.com
Date: 2008-02-13 10:49:12 -0500 (Wed, 13 Feb 2008)
New Revision: 5350
Modified:
core/trunk/src/test/resources/META-INF/unit-test-cache-service.xml
Log:
Removed printing of JGroups GMS info - you can always get this from JBoss Cache info level
messages
Modified: core/trunk/src/test/resources/META-INF/unit-test-cache-service.xml
===================================================================
--- core/trunk/src/test/resources/META-INF/unit-test-cache-service.xml 2008-02-13 13:44:01
UTC (rev 5349)
+++ core/trunk/src/test/resources/META-INF/unit-test-cache-service.xml 2008-02-13 15:49:12
UTC (rev 5350)
@@ -213,7 +213,7 @@
<UNICAST timeout="300,600"/>
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="50000"
max_bytes="400000"/>
- <pbcast.GMS print_local_addr="true"
join_timeout="1000" shun="false"
+ <pbcast.GMS print_local_addr="false"
join_timeout="1000" shun="false"
view_bundling="true"
view_ack_collection_timeout="1000"/>
<FC max_credits="20000000" min_threshold="0.10"/>
<FRAG2 frag_size="60000"/>
@@ -284,7 +284,7 @@
<UNICAST timeout="300,600,900,1200"/>
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="50000"
max_bytes="400000"/>
- <pbcast.GMS print_local_addr="true"
join_timeout="1000" shun="false"
+ <pbcast.GMS print_local_addr="false"
join_timeout="1000" shun="false"
view_bundling="true"
view_ack_collection_timeout="1000"/>
<FRAG2 frag_size="60000"/>
<pbcast.STREAMING_STATE_TRANSFER/>
@@ -352,7 +352,7 @@
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="50000"
max_bytes="400000"/>
<VIEW_SYNC avg_send_interval="60000"/>
- <pbcast.GMS print_local_addr="true"
join_timeout="3000" shun="true"
+ <pbcast.GMS print_local_addr="false"
join_timeout="3000" shun="true"
view_bundling="true"/>
<FC max_credits="2000000"
min_threshold="0.10"/>
@@ -422,7 +422,7 @@
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="50000"
max_bytes="400000"/>
<VIEW_SYNC avg_send_interval="60000"/>
- <pbcast.GMS print_local_addr="true"
join_timeout="3000" shun="true"
+ <pbcast.GMS print_local_addr="false"
join_timeout="3000" shun="true"
view_bundling="true"/>
<FC max_credits="2000000"
min_threshold="0.10"/>
Show replies by date