[exo-jcr-commits] exo-jcr SVN: r3020 - in jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone: cluster and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 30 13:36:14 EDT 2010


Author: nfilotto
Date: 2010-08-30 13:36:14 -0400 (Mon, 30 Aug 2010)
New Revision: 3020

Modified:
   jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml
   jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
Log:
EXOJCR-688: Re-use the ExpirationAlgorithm by default since the memory leak issue is fixed in JBC

Modified: jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml	2010-08-30 17:19:51 UTC (rev 3019)
+++ jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml	2010-08-30 17:36:14 UTC (rev 3020)
@@ -12,11 +12,11 @@
 
    <!-- Eviction configuration -->
    <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
+      <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
          actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
          eventQueueSize="1000000">
          <property name="maxNodes" value="1000000" />
-         <property name="timeToLive" value="120000" />
+         <property name="warnNoExpirationKey" value="false" />
       </default>
    </eviction>
 </jbosscache>
\ No newline at end of file

Modified: jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml	2010-08-30 17:19:51 UTC (rev 3019)
+++ jcr/branches/1.12.x/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml	2010-08-30 17:36:14 UTC (rev 3020)
@@ -11,10 +11,10 @@
 
    <!-- Eviction configuration -->
    <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
-               actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy" eventQueueSize="1000000">
-         <property name="maxNodes" value="5000" />
-         <property name="timeToLive" value="60000" />
+      <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"  actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy" 
+               eventQueueSize="1000000">
+         <property name="maxNodes" value="50000" />
+         <property name="warnNoExpirationKey" value="false" />
       </default>
    </eviction>
 



More information about the exo-jcr-commits mailing list