Author: nfilotto
Date: 2011-05-13 06:46:29 -0400 (Fri, 13 May 2011)
New Revision: 4378
Added:
jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1629/
jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1629/JCR-1629.patch
Log:
JCR-1629: This patch removes the eviction policy from the JBC config used for the indexing
in cluster
Added: jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1629/JCR-1629.patch
===================================================================
--- jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1629/JCR-1629.patch
(rev 0)
+++ jcr/branches/1.12.x/patch/1.12.9-GA/JCR-1629/JCR-1629.patch 2011-05-13 10:46:29 UTC
(rev 4378)
@@ -0,0 +1,34 @@
+Index:
exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-indexer.xml
+===================================================================
+---
exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-indexer.xml (revision
4375)
++++
exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-indexer.xml (working
copy)
+@@ -11,12 +11,4 @@
+ <jgroupsConfig multiplexerStack="jcr.stack" />
+ <sync />
+ </clustering>
+- <!-- Eviction configuration -->
+- <eviction wakeUpInterval="5000">
+- <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm"
eventQueueSize="1000000">
+- <property name="maxNodes" value="10000" />
+- <property name="minTimeToLive" value="60000" />
+- </default>
+- </eviction>
+-
+ </jbosscache>
+Index:
exo.jcr.component.core/src/main/resources/conf/portal/cluster/jbosscache-indexer.xml
+===================================================================
+---
exo.jcr.component.core/src/main/resources/conf/portal/cluster/jbosscache-indexer.xml (revision
4375)
++++
exo.jcr.component.core/src/main/resources/conf/portal/cluster/jbosscache-indexer.xml (working
copy)
+@@ -9,12 +9,4 @@
+ <jgroupsConfig multiplexerStack="jcr.stack" />
+ <sync />
+ </clustering>
+- <!-- Eviction configuration -->
+- <eviction wakeUpInterval="5000">
+- <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm"
eventQueueSize="1000000">
+- <property name="maxNodes" value="10000" />
+- <property name="minTimeToLive" value="60000" />
+- </default>
+- </eviction>
+-
+ </jbosscache>
Show replies by date