From: Manik S. <msu...@jb...> - 2006-07-10 14:50:07
|
User: msurtani Date: 06/07/10 10:50:03 Modified: etc/META-INF buddyreplication-service.xml Log: merged in changes from 1.4.0 Revision Changes Path 1.5 +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.5 diff -u -b -r1.4 -r1.5 --- buddyreplication-service.xml 1 Jun 2006 19:04:52 -0000 1.4 +++ buddyreplication-service.xml 10 Jul 2006 14:50:03 -0000 1.5 @@ -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> |