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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Oct 29 13:43:33 EDT 2009


Author: mircea.markus
Date: 2009-10-29 13:43:32 -0400 (Thu, 29 Oct 2009)
New Revision: 8277

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-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:
Fixed cfgs

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 17:09:53 UTC (rev 8276)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml	2009-10-29 17:43:32 UTC (rev 8277)
@@ -19,9 +19,10 @@
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
             syncCommitPhase="false"/>
-         <stateRetrieval fetchInMemoryState="false"/>
       <clustering mode="distribution">
          <async/>
+	 <stateRetrieval fetchInMemoryState="false" />
+
          <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-async-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml	2009-10-29 17:09:53 UTC (rev 8276)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml	2009-10-29 17:43:32 UTC (rev 8277)
@@ -19,10 +19,9 @@
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
             syncCommitPhase="false"/>
-         <stateRetrieval fetchInMemoryState="false"/>
-
       <clustering mode="distribution">
          <async/>
+         <stateRetrieval fetchInMemoryState="false"/>
          <hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
          <l1 enabled="false"/>
       </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-29 17:09:53 UTC (rev 8276)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml	2009-10-29 17:43:32 UTC (rev 8277)
@@ -19,9 +19,10 @@
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
             syncCommitPhase="false"/>
-         <stateRetrieval fetchInMemoryState="false"/>
 
       <clustering mode="distribution">
+
+         <stateRetrieval fetchInMemoryState="false"/>
          <sync replTimeout="240000"/>
          <hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
          <l1 enabled="true" lifespan="600000"/>

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 17:09:53 UTC (rev 8276)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml	2009-10-29 17:43:32 UTC (rev 8277)
@@ -19,9 +19,10 @@
             transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
             syncCommitPhase="false"/>
-         <stateRetrieval fetchInMemoryState="false"/>
 
       <clustering mode="distribution">
+
+         <stateRetrieval fetchInMemoryState="false"/>
          <sync replTimeout="120000"/>
          <hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
          <l1 enabled="false" lifespan="600000"/>



More information about the jbosscache-commits mailing list