[jboss-cvs] JBossAS SVN: r99013 - trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 5 00:13:54 EST 2010


Author: bstansberry at jboss.com
Date: 2010-01-05 00:13:52 -0500 (Tue, 05 Jan 2010)
New Revision: 99013

Modified:
   trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
Log:
[JBAS-7570] ha-partition cache should be REPL_SYNC

Modified: trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
===================================================================
--- trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml	2010-01-05 03:50:02 UTC (rev 99012)
+++ trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml	2010-01-05 05:13:52 UTC (rev 99013)
@@ -137,9 +137,7 @@
        <clustering clusterName="${jboss.partition.name:DefaultPartition}-HAPartitionCache" mode="replication">
          <stateRetrieval fetchInMemoryState="true" timeout="60000"/>
          <jgroupsConfig multiplexerStack="${jboss.default.jgroups.stack:udp}"/>
-         <!-- Choose sync or async -->
-         <async serializationExecutorPoolSize="0"/>
-         <!-- <sync replTimeout="17500"/> -->
+         <sync replTimeout="17500"/>
        </clustering>
        <listeners asyncPoolSize="0"/>
        <jmxStatistics enabled="true"/>




More information about the jboss-cvs-commits mailing list