[gatein-commits] gatein SVN: r4418 - exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 28 18:20:28 EDT 2010


Author: julien_viet
Date: 2010-09-28 18:20:27 -0400 (Tue, 28 Sep 2010)
New Revision: 4418

Modified:
   exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-cluster.xml
   exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml
Log:
TESTFR-8: Remove PicketLink cache contention under load


Modified: exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-cluster.xml
===================================================================
--- exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-cluster.xml	2010-09-28 22:03:47 UTC (rev 4417)
+++ exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-cluster.xml	2010-09-28 22:20:27 UTC (rev 4418)
@@ -8,11 +8,12 @@
 
   <!-- Eviction configuration -->
   <eviction wakeUpInterval="5000">
-    <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
-      eventQueueSize="1000000">
-      <property name="maxNodes" value="1000000" />
-      <property name="timeToLive" value="120000" />
-    </default>
+     <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="warnNoExpirationKey" value="false" />
+     </default>
   </eviction>
 
 </jbosscache>

Modified: exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml
===================================================================
--- exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml	2010-09-28 22:03:47 UTC (rev 4417)
+++ exo/portal/branches/3.1.4-PLF-perf/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml	2010-09-28 22:20:27 UTC (rev 4418)
@@ -2,11 +2,12 @@
 
   <!-- Eviction configuration -->
   <eviction wakeUpInterval="5000">
-    <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
-      eventQueueSize="1000000">
-      <property name="maxNodes" value="1000000" />
-      <property name="timeToLive" value="120000" />
-    </default>
+     <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="warnNoExpirationKey" value="false" />
+     </default>
   </eviction>
 
 </jbosscache>
\ No newline at end of file



More information about the gatein-commits mailing list