[exo-jcr-commits] exo-jcr SVN: r1411 - 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
Fri Jan 15 09:30:29 EST 2010


Author: skabashnyuk
Date: 2010-01-15 09:30:29 -0500 (Fri, 15 Jan 2010)
New Revision: 1411

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-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
Log:
EXOJCR-331 : update configuration


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-15 14:26:43 UTC (rev 1410)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml	2010-01-15 14:30:29 UTC (rev 1411)
@@ -81,17 +81,12 @@
 	<transaction
 		transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
 
-	<!-- Enable batching -->
-	<invocationBatching enabled="true" />
-      <!-- Eviction configuration -->
+
+   <!-- Eviction configuration -->
    <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
-         <property name="maxNodes" value="50000" />
-         <property name="timeToLive" value="900000" />
+      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" eventQueueSize="100000">
+         <property name="maxNodes" value="5000" />
+         <property name="timeToLive" value="60000" />
       </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="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-15 14:26:43 UTC (rev 1410)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml	2010-01-15 14:30:29 UTC (rev 1411)
@@ -81,17 +81,13 @@
 	<transaction
 		transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
 
-	<!-- Enable batching -->
-	<invocationBatching enabled="true" />
-      <!-- Eviction configuration -->
+
+   <!-- Eviction configuration -->
    <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
-         <property name="maxNodes" value="50000" />
-         <property name="timeToLive" value="900000" />
+      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" eventQueueSize="100000">
+         <property name="maxNodes" value="5000" />
+         <property name="timeToLive" value="60000" />
       </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="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-15 14:26:43 UTC (rev 1410)
+++ 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-15 14:30:29 UTC (rev 1411)
@@ -69,17 +69,12 @@
 
 		<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>
+   <!-- Eviction configuration -->
+   <eviction wakeUpInterval="5000">
+      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" eventQueueSize="100000">
+         <property name="maxNodes" value="5000" />
+         <property name="timeToLive" value="60000" />
+      </default>
+   </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-15 14:26:43 UTC (rev 1410)
+++ 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-15 14:30:29 UTC (rev 1411)
@@ -69,17 +69,12 @@
 
 		<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>
+   <!-- Eviction configuration -->
+   <eviction wakeUpInterval="5000">
+      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" eventQueueSize="100000">
+         <property name="maxNodes" value="5000" />
+         <property name="timeToLive" value="60000" />
+      </default>
+   </eviction>
 
 </jbosscache>



More information about the exo-jcr-commits mailing list