[gatein-commits] gatein SVN: r8534 - in epp/portal/branches/EPP_5_1_Branch: web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 2 14:40:02 EST 2012


Author: chris.laprun at jboss.com
Date: 2012-03-02 14:40:01 -0500 (Fri, 02 Mar 2012)
New Revision: 8534

Modified:
   epp/portal/branches/EPP_5_1_Branch/component/common/src/main/java/conf/jcr/jbosscache/cluster/indexer-config.xml
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/config.xml
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/indexer-config.xml
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml
Log:
- GTNPORTAL-2366: Update outdated cache and clustering setup.

Modified: epp/portal/branches/EPP_5_1_Branch/component/common/src/main/java/conf/jcr/jbosscache/cluster/indexer-config.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/common/src/main/java/conf/jcr/jbosscache/cluster/indexer-config.xml	2012-03-02 16:35:35 UTC (rev 8533)
+++ epp/portal/branches/EPP_5_1_Branch/component/common/src/main/java/conf/jcr/jbosscache/cluster/indexer-config.xml	2012-03-02 19:40:01 UTC (rev 8534)
@@ -29,12 +29,5 @@
       <jgroupsConfig multiplexerStack="jcr.stack" />
       <sync />
    </clustering>
-   <!-- Eviction configuration -->
-   <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" eventQueueSize="1000000">
-         <property name="maxNodes" value="5000" />
-         <property name="minTimeToLive" value="20000" />
-      </default>
-   </eviction>
 
 </jbosscache>

Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/config.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/config.xml	2012-03-02 16:35:35 UTC (rev 8533)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/config.xml	2012-03-02 19:40:01 UTC (rev 8534)
@@ -29,12 +29,12 @@
   </clustering>
 
   <!-- 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="20000" />
-    </default>
-  </eviction>
+   <eviction wakeUpInterval="5000">
+      <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
+               actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
+               eventQueueSize="1000000">
+         <property name="maxNodes" value="20000"/>
+         <property name="warnNoExpirationKey" value="false"/>
+      </default>
+   </eviction>
 </jbosscache>
\ No newline at end of file

Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/indexer-config.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/indexer-config.xml	2012-03-02 16:35:35 UTC (rev 8533)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/cluster/indexer-config.xml	2012-03-02 19:40:01 UTC (rev 8534)
@@ -29,12 +29,5 @@
       <jgroupsConfig multiplexerStack="jcr.stack" />
       <sync />
    </clustering>
-   <!-- Eviction configuration -->
-   <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" eventQueueSize="1000000">
-         <property name="maxNodes" value="5000" />
-         <property name="minTimeToLive" value="20000" />
-      </default>
-   </eviction>
 
 </jbosscache>

Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml	2012-03-02 16:35:35 UTC (rev 8533)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml	2012-03-02 19:40:01 UTC (rev 8534)
@@ -28,9 +28,11 @@
 
    <!-- Eviction configuration -->
    <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy" eventQueueSize="1000000">
-         <property name="maxNodes" value="5000" />
-         <property name="minTimeToLive" value="20000" />
+      <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
+               actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
+               eventQueueSize="1000000">
+         <property name="maxNodes" value="20000"/>
+         <property name="warnNoExpirationKey" value="false"/>
       </default>
    </eviction>
 



More information about the gatein-commits mailing list