[jboss-cvs] JBossCache/etc/META-INF ...
Brian Stansberry
brian.stansberry at jboss.com
Thu Jul 20 22:51:30 EDT 2006
User: bstansberry
Date: 06/07/20 22:51:30
Modified: etc/META-INF Tag: Branch_JBossCache_1_4_0_MUX
buddyreplication-service.xml
Log:
Sync to JBossCache_1_4_0_GA
Revision Changes Path
No revision
No revision
1.4.4.1 +4 -3 JBossCache/etc/META-INF/buddyreplication-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: buddyreplication-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/buddyreplication-service.xml,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -b -r1.4 -r1.4.4.1
--- buddyreplication-service.xml 1 Jun 2006 19:04:52 -0000 1.4
+++ buddyreplication-service.xml 21 Jul 2006 02:51:30 -0000 1.4.4.1
@@ -131,13 +131,14 @@
from groups -->
<buddyCommunicationTimeout>2000</buddyCommunicationTimeout>
- <!-- the following three elements, all relating to data gravitation, default to true -->
+ <!-- the following three elements, all relating to data gravitation, default to false -->
<!-- Should data gravitation be attempted whenever there is a cache miss on finding a node?
If false, data will only be gravitated if an Option is set enabling it -->
- <autoDataGravitation>true</autoDataGravitation>
+ <autoDataGravitation>false</autoDataGravitation>
<!-- removes data on remote caches' trees and backup subtrees when gravitated to a new data owner -->
<dataGravitationRemoveOnFind>true</dataGravitationRemoveOnFind>
- <!-- search backup subtrees as well for data when gravitating -->
+ <!-- search backup subtrees as well for data when gravitating. Results in backup nodes being able to
+ answer data gravitation requests. -->
<dataGravitationSearchBackupTrees>true</dataGravitationSearchBackupTrees>
</config>
More information about the jboss-cvs-commits
mailing list