[jbosscache-commits] JBoss Cache SVN: r8261 - benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Oct 21 05:11:16 EDT 2009


Author: mircea.markus
Date: 2009-10-21 05:11:15 -0400 (Wed, 21 Oct 2009)
New Revision: 8261

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-l1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-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
Log:
increased replication timeout

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-l1.xml	2009-10-20 19:48:15 UTC (rev 8260)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-l1.xml	2009-10-21 09:11:15 UTC (rev 8261)
@@ -13,7 +13,7 @@
 
    <default>
       <locking
-            lockAcquisitionTimeout="20000"
+            lockAcquisitionTimeout="120000"
             concurrencyLevel="10000"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-nol1.xml	2009-10-20 19:48:15 UTC (rev 8260)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-nol1.xml	2009-10-21 09:11:15 UTC (rev 8261)
@@ -13,7 +13,7 @@
 
    <default>
       <locking
-            lockAcquisitionTimeout="20000"
+            lockAcquisitionTimeout="120000"
             concurrencyLevel="10000"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"

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-20 19:48:15 UTC (rev 8260)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml	2009-10-21 09:11:15 UTC (rev 8261)
@@ -13,7 +13,7 @@
 
    <default>
       <locking
-            lockAcquisitionTimeout="20000"
+            lockAcquisitionTimeout="120000"
             concurrencyLevel="10000"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"

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-20 19:48:15 UTC (rev 8260)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml	2009-10-21 09:11:15 UTC (rev 8261)
@@ -13,7 +13,7 @@
 
    <default>
       <locking
-            lockAcquisitionTimeout="20000"
+            lockAcquisitionTimeout="120000"
             concurrencyLevel="10000"/>
       <transaction
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"



More information about the jbosscache-commits mailing list