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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Oct 20 06:47:59 EDT 2009


Author: mircea.markus
Date: 2009-10-20 06:47:58 -0400 (Tue, 20 Oct 2009)
New Revision: 8254

Added:
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_l1.xml
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_nol1.xml
Removed:
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml
Log:
added 2 new configs

Deleted: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml	2009-10-20 10:37:45 UTC (rev 8253)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml	2009-10-20 10:47:58 UTC (rev 8254)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:infinispan:config:4.0">
-
-   <global>
-
-      <transport clusterName="infinispan-cluster">
-         <properties>
-         <property name="configurationFile" value="tcp_mping_ispn.xml"/>
-         </properties>
-      </transport>
-   </global>
-
-   <default>
-      <locking
-            lockAcquisitionTimeout="20000"
-            concurrencyLevel="10000"/>
-      <transaction
-            transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
-            syncRollbackPhase="false"
-            syncCommitPhase="false"/>
-
-      <clustering mode="d">
-         <sync replTimeout="20000"/>
-      </clustering>
-   </default>
-   
-</infinispan>

Copied: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_l1.xml (from rev 8253, benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml)
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_l1.xml	                        (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_l1.xml	2009-10-20 10:47:58 UTC (rev 8254)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:infinispan:config:4.0">
+
+   <global>
+
+      <transport clusterName="infinispan-cluster">
+         <properties>
+         <property name="configurationFile" value="tcp_mping_ispn.xml"/>
+         </properties>
+      </transport>
+   </global>
+
+   <default>
+      <locking
+            lockAcquisitionTimeout="20000"
+            concurrencyLevel="10000"/>
+      <transaction
+            transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
+            syncRollbackPhase="false"
+            syncCommitPhase="false"/>
+
+      <clustering mode="distribution">
+         <sync/>
+         <hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
+         <l1 enabled="true" lifespan="600000"/>
+      </clustering>
+   </default>
+   
+</infinispan>


Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_l1.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_nol1.xml	                        (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync_nol1.xml	2009-10-20 10:47:58 UTC (rev 8254)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:infinispan:config:4.0">
+
+   <global>
+
+      <transport clusterName="infinispan-cluster">
+         <properties>
+         <property name="configurationFile" value="tcp_mping_ispn.xml"/>
+         </properties>
+      </transport>
+   </global>
+
+   <default>
+      <locking
+            lockAcquisitionTimeout="20000"
+            concurrencyLevel="10000"/>
+      <transaction
+            transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
+            syncRollbackPhase="false"
+            syncCommitPhase="false"/>
+
+      <clustering mode="distribution">
+         <sync/>
+         <hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
+         <l1 enabled="false" lifespan="600000"/>
+      </clustering>
+   </default>
+   
+</infinispan>



More information about the jbosscache-commits mailing list