[jbosscache-commits] JBoss Cache SVN: r6352 - benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Jul 21 16:16:02 EDT 2008


Author: mircea.markus
Date: 2008-07-21 16:16:02 -0400 (Mon, 21 Jul 2008)
New Revision: 6352

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RC.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RR.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async-br.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-br.xml
   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/opt-repl-async-br.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-async.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-sync-br.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-sync.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-local-NONE.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-local.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-async-br.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-async.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-sync-br.xml
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-sync.xml
Log:
disabled state transfer

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RC.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RC.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RC.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -3,6 +3,6 @@
             xsi:noNamespaceSchemaLocation="http://www.jboss.org/jbosscache/jbosscache-config-3.0.xsd">
    <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc" concurrencyLevel="300"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster"/>
 </jbosscache>

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RR.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RR.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-local-RR.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -3,6 +3,6 @@
             xsi:noNamespaceSchemaLocation="http://www.jboss.org/jbosscache/jbosscache-config-3.0.xsd">
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc" concurrencyLevel="300"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster"/>
 </jbosscache>

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async-br.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async-br.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async-br.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <TCP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="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	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync-br.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync-br.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync-br.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <TCP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="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	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-async-br.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-async-br.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-async-br.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking lockAcquisitionTimeout="10000" nodeLockingScheme="optimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <TCP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-async.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-async.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking lockAcquisitionTimeout="10000" nodeLockingScheme="optimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-sync-br.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-sync-br.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-sync-br.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking lockAcquisitionTimeout="10000" nodeLockingScheme="optimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <TCP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-sync.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/opt-repl-sync.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking lockAcquisitionTimeout="10000" nodeLockingScheme="optimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-local-NONE.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-local-NONE.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-local-NONE.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -3,6 +3,6 @@
             xsi:noNamespaceSchemaLocation="http://www.jboss.org/jbosscache/jbosscache-config-3.0.xsd">
    <locking isolationLevel="NONE" lockAcquisitionTimeout="10000" nodeLockingScheme="pessimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster"/>
 </jbosscache>

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-local.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-local.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-local.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,6 +2,6 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="pessimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster"/>
 </jbosscache>

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-async-br.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-async-br.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-async-br.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="pessimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <TCP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-async.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-async.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="pessimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-sync-br.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-sync-br.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-sync-br.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="pessimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <TCP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-sync.xml	2008-07-21 19:40:17 UTC (rev 6351)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/pess-repl-sync.xml	2008-07-21 20:16:02 UTC (rev 6352)
@@ -2,7 +2,7 @@
 <jbosscache>
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="pessimistic"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
-   <stateRetrieval timeout="20000"/>
+   <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
    <transport clusterName="JBossCache-Cluster">
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"




More information about the jbosscache-commits mailing list