[exo-jcr-commits] exo-jcr SVN: r1355 - in jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test: resources/conf/cluster and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 12 06:22:40 EST 2010


Author: areshetnyak
Date: 2010-01-12 06:22:39 -0500 (Tue, 12 Jan 2010)
New Revision: 1355

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/TestExoEvictionActionPolicy.java
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml
   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_ws1.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-exo-config.xml
Log:
EXOJCR-385 : Eviction configuration was added to indexer cache.

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/TestExoEvictionActionPolicy.java
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/TestExoEvictionActionPolicy.java	2010-01-12 11:21:16 UTC (rev 1354)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/TestExoEvictionActionPolicy.java	2010-01-12 11:22:39 UTC (rev 1355)
@@ -164,7 +164,7 @@
    @NodeEvicted
    public void createdNodeEvent(NodeEvent ne)
    {  
-      System.out.println("Node evicted: " + ne.getFqn());
+//      System.out.println("Node evicted: " + ne.getFqn());
    }
    
    

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml	2010-01-12 11:21:16 UTC (rev 1354)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml	2010-01-12 11:22:39 UTC (rev 1355)
@@ -87,11 +87,11 @@
    <eviction wakeUpInterval="5000">
       <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
          <property name="maxNodes" value="50000" />
-         <property name="timeToLiveSeconds" value="900" />
+         <property name="timeToLive" value="900000" />
       </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="50000" />
-         <property name="timeToLiveSeconds" value="900" />
+         <property name="timeToLive" value="900000" />
       </region>
    </eviction>
 </jbosscache>

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml	2010-01-12 11:21:16 UTC (rev 1354)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml	2010-01-12 11:22:39 UTC (rev 1355)
@@ -87,11 +87,11 @@
    <eviction wakeUpInterval="5000">
       <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
          <property name="maxNodes" value="50000" />
-         <property name="timeToLiveSeconds" value="900" />
+         <property name="timeToLive" value="900000" />
       </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="50000" />
-         <property name="timeToLiveSeconds" value="900" />
+         <property name="timeToLive" value="900000" />
       </region>
    </eviction>
 </jbosscache>

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-12 11:21:16 UTC (rev 1354)
+++ 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-12 11:22:39 UTC (rev 1355)
@@ -70,5 +70,16 @@
 		<sync />
 	</clustering>
 	<invocationBatching enabled="false" />
+	
+    <eviction wakeUpInterval="3000">
+       <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
+          <property name="maxNodes" value="5000" />
+          <property name="timeToLive" value="60000" />
+       </default>
+       <region name="/" algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" eventQueueSize="1000000">
+          <property name="maxNodes" value="10000" />
+          <property name="timeToLive" value="60000" />
+       </region>
+    </eviction>
 
 </jbosscache>

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws1.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws1.xml	2010-01-12 11:21:16 UTC (rev 1354)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-indexer-config-exoloader_db1_ws1.xml	2010-01-12 11:22:39 UTC (rev 1355)
@@ -70,5 +70,16 @@
 		<sync />
 	</clustering>
 	<invocationBatching enabled="false" />
+	
+    <eviction wakeUpInterval="3000">
+        <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
+           <property name="maxNodes" value="5000" />
+           <property name="timeToLive" value="60000" />
+        </default>
+        <region name="/" algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" eventQueueSize="1000000">
+           <property name="maxNodes" value="10000" />
+           <property name="timeToLive" value="60000" />
+        </region>
+     </eviction>
 
 </jbosscache>

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml	2010-01-12 11:21:16 UTC (rev 1354)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml	2010-01-12 11:22:39 UTC (rev 1355)
@@ -13,11 +13,11 @@
    <eviction wakeUpInterval="5000">
       <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
          <property name="maxNodes" value="5000" />
-         <property name="timeToLiveSeconds" value="120" />
+         <property name="timeToLive" value="120000" />
       </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="20000" />
-         <property name="timeToLiveSeconds" value="120" />
+         <property name="timeToLive" value="120000" />
       </region>
    </eviction>
 

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-exo-config.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-exo-config.xml	2010-01-12 11:21:16 UTC (rev 1354)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-exo-config.xml	2010-01-12 11:22:39 UTC (rev 1355)
@@ -13,11 +13,11 @@
    <eviction wakeUpInterval="3000">
       <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
          <property name="maxNodes" value="50" />
-         <property name="timeToLiveSeconds" value="20" />
+         <property name="timeToLive" value="20000" />
       </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="50" />
-         <property name="timeToLiveSeconds" value="20" />
+         <property name="timeToLive" value="20000" />
       </region>
    </eviction>
 



More information about the exo-jcr-commits mailing list