[jbosscache-commits] JBoss Cache SVN: r8262 - 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:16:02 EDT 2009


Author: mircea.markus
Date: 2009-10-21 05:16:01 -0400 (Wed, 21 Oct 2009)
New Revision: 8262

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-21 09:11:15 UTC (rev 8261)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-l1.xml	2009-10-21 09:16:01 UTC (rev 8262)
@@ -21,7 +21,7 @@
             syncCommitPhase="false"/>
 
       <clustering mode="distribution">
-         <sync/>
+         <sync replTimeout="120000"/>
          <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/tcp-dist-sync-nol1.xml
===================================================================
--- 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)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/tcp-dist-sync-nol1.xml	2009-10-21 09:16:01 UTC (rev 8262)
@@ -21,7 +21,7 @@
             syncCommitPhase="false"/>
 
       <clustering mode="distribution">
-         <sync/>
+         <sync replTimeout="120000"/>
          <hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
          <l1 enabled="false" lifespan="600000"/>
       </clustering>

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-21 09:11:15 UTC (rev 8261)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml	2009-10-21 09:16:01 UTC (rev 8262)
@@ -21,7 +21,7 @@
             syncCommitPhase="false"/>
 
       <clustering mode="distribution">
-         <sync/>
+         <sync replTimeout="120000"/>
          <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-21 09:11:15 UTC (rev 8261)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml	2009-10-21 09:16:01 UTC (rev 8262)
@@ -21,7 +21,7 @@
             syncCommitPhase="false"/>
 
       <clustering mode="distribution">
-         <sync/>
+         <sync replTimeout="120000"/>
          <hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
          <l1 enabled="false" lifespan="600000"/>
       </clustering>



More information about the jbosscache-commits mailing list