Author: manik.surtani(a)jboss.com
Date: 2008-12-03 11:36:57 -0500 (Wed, 03 Dec 2008)
New Revision: 7248
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RC.xml
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RR.xml
Log:
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RC.xml
===================================================================
---
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RC.xml 2008-12-03
16:29:44 UTC (rev 7247)
+++
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RC.xml 2008-12-03
16:36:57 UTC (rev 7248)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jbosscache
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:jboss:jbosscache-core:config:3.0">
- <locking isolationLevel="READ_COMMITTED"
lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"
concurrencyLevel="300"/>
+ <locking isolationLevel="READ_COMMITTED"
lockAcquisitionTimeout="600000" nodeLockingScheme="mvcc"
concurrencyLevel="3000"
+ lockParentForChildInsertRemove="true"/>
<transaction
transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
<stateRetrieval timeout="20000"
fetchInMemoryState="false"/>
<transport clusterName="JBossCache-Cluster"/>
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RR.xml
===================================================================
---
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RR.xml 2008-12-03
16:29:44 UTC (rev 7247)
+++
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RR.xml 2008-12-03
16:36:57 UTC (rev 7248)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jbosscache
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:jboss:jbosscache-core:config:3.0">
- <locking isolationLevel="REPEATABLE_READ"
lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"
concurrencyLevel="300"/>
+ <locking isolationLevel="REPEATABLE_READ"
lockAcquisitionTimeout="600000" nodeLockingScheme="mvcc"
concurrencyLevel="3000"
+lockParentForChildInsertRemove="true"/>
<transaction
transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
<stateRetrieval timeout="20000"
fetchInMemoryState="false"/>
<transport clusterName="JBossCache-Cluster"/>