[jbosscache-commits] JBoss Cache SVN: r8274 - in benchmarks/benchmark-fwk/trunk/cache-products: jbosscache-3.0.0/conf and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Oct 29 09:33:04 EDT 2009


Author: mircea.markus
Date: 2009-10-29 09:33:04 -0400 (Thu, 29 Oct 2009)
New Revision: 8274

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml
Log:
Updated cfgs

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml	2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml	2009-10-29 13:33:04 UTC (rev 8274)
@@ -18,8 +18,8 @@
    <default>
 
       <locking
-            lockAcquisitionTimeout="120000"
-            concurrencyLevel="10000"/>
+            lockAcquisitionTimeout="240000"
+            concurrencyLevel="50000"/>
 
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml	2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml	2009-10-29 13:33:04 UTC (rev 8274)
@@ -15,8 +15,8 @@
    <default>
 
       <locking
-            lockAcquisitionTimeout="120000"
-            concurrencyLevel="10000"/>
+            lockAcquisitionTimeout="240000"
+            concurrencyLevel="50000"/>
 
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
@@ -26,7 +26,7 @@
       <clustering mode="r">
 
          <stateRetrieval fetchInMemoryState="false"/>
-         <sync replTimeout="20000"/>
+         <sync replTimeout="240000"/>
       </clustering>
    </default>
 

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml	2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml	2009-10-29 13:33:04 UTC (rev 8274)
@@ -13,8 +13,8 @@
 
    <default>
       <locking
-            lockAcquisitionTimeout="120000"
-            concurrencyLevel="10000"/>
+            lockAcquisitionTimeout="240000"
+            concurrencyLevel="50000"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml	2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml	2009-10-29 13:33:04 UTC (rev 8274)
@@ -13,8 +13,8 @@
 
    <default>
       <locking
-            lockAcquisitionTimeout="120000"
-            concurrencyLevel="10000"/>
+            lockAcquisitionTimeout="240000"
+            concurrencyLevel="50000"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml	2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml	2009-10-29 13:33:04 UTC (rev 8274)
@@ -13,8 +13,8 @@
 
    <default>
       <locking
-            lockAcquisitionTimeout="120000"
-            concurrencyLevel="10000"/>
+            lockAcquisitionTimeout="240000"
+            concurrencyLevel="50000"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
@@ -22,7 +22,7 @@
          <stateRetrieval fetchInMemoryState="false"/>
 
       <clustering mode="distribution">
-         <sync replTimeout="120000"/>
+         <sync replTimeout="240000"/>
          <hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
          <l1 enabled="true" lifespan="600000"/>
       </clustering>

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml	2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml	2009-10-29 13:33:04 UTC (rev 8274)
@@ -13,8 +13,8 @@
 
    <default>
       <locking
-            lockAcquisitionTimeout="120000"
-            concurrencyLevel="10000"/>
+            lockAcquisitionTimeout="240000"
+            concurrencyLevel="50000"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml	2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml	2009-10-29 13:33:04 UTC (rev 8274)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <jbosscache xmlns="urn:jboss:jbosscache-core:config:3.0">
-    <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"
-             concurrencyLevel="3000"/>
+    <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="240000" nodeLockingScheme="mvcc"
+             concurrencyLevel="50000"/>
     <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
     <clustering mode="replication" clusterName="JBossCache-Cluster">
         <stateRetrieval timeout="20000" fetchInMemoryState="false"/>

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml	2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml	2009-10-29 13:33:04 UTC (rev 8274)
@@ -1,7 +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="3000"/>
+    <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="240000" nodeLockingScheme="mvcc"
+             concurrencyLevel="50000"/>
     <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
 
     <clustering clusterName="JBossCache-Cluster" mode="replication">
@@ -33,7 +33,7 @@
             <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
             <pbcast.FLUSH timeout="0"/>
         </jgroupsConfig>
-        <sync replTimeout="15000"/>
+        <sync replTimeout="240000"/>
 
     </clustering>
 



More information about the jbosscache-commits mailing list