[exo-jcr-commits] exo-jcr SVN: r1309 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jan 6 04:53:05 EST 2010


Author: areshetnyak
Date: 2010-01-06 04:53:04 -0500 (Wed, 06 Jan 2010)
New Revision: 1309

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml
Log:
EXOJCR-333 : The indexer configuration to cluster was changed (remove the eviction configuration).

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml	2010-01-06 09:48:24 UTC (rev 1308)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws.xml	2010-01-06 09:53:04 UTC (rev 1309)
@@ -70,15 +70,5 @@
 		<sync />
 	</clustering>
 	<invocationBatching enabled="false" />
-      <!-- Eviction configuration -->
-   <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
-         <property name="maxNodes" value="5000" />
-         <property name="timeToLiveSeconds" value="120" />
-      </default>
-      <region name="/" algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ChildListEvictionActionPolicy" eventQueueSize="1000000">
-         <property name="maxNodes" value="5000" />
-         <property name="timeToLiveSeconds" value="120" />
-      </region>
-   </eviction>
+
 </jbosscache>



More information about the exo-jcr-commits mailing list