[jboss-cvs] JBossAS SVN: r86692 - branches/Branch_5_x/cluster/src/resources/jboss-cache-manager.sar/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 2 16:38:45 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-02 16:38:45 -0400 (Thu, 02 Apr 2009)
New Revision: 86692

Modified:
   branches/Branch_5_x/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-manager-jboss-beans.xml
Log:
[JBAS-6637] Disable lock striping in JBoss Cache configs

Modified: branches/Branch_5_x/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-manager-jboss-beans.xml
===================================================================
--- branches/Branch_5_x/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-manager-jboss-beans.xml	2009-04-02 20:38:43 UTC (rev 86691)
+++ branches/Branch_5_x/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-manager-jboss-beans.xml	2009-04-02 20:38:45 UTC (rev 86692)
@@ -83,6 +83,7 @@
          
          <property name="nodeLockingScheme">PESSIMISTIC</property>
          <property name="isolationLevel">REPEATABLE_READ</property>
+         <property name="useLockStriping">false</property>
          <property name="cacheMode">REPL_ASYNC</property>
       
          <!-- Number of milliseconds to wait until all responses for a
@@ -182,6 +183,7 @@
       
          <property name="nodeLockingScheme">PESSIMISTIC</property>
          <property name="isolationLevel">REPEATABLE_READ</property>
+         <property name="useLockStriping">false</property>
          <property name="cacheMode">REPL_ASYNC</property>
       
          <property name="syncReplTimeout">17500</property>
@@ -271,6 +273,7 @@
          
          <property name="nodeLockingScheme">PESSIMISTIC</property>
          <property name="isolationLevel">REPEATABLE_READ</property>
+         <property name="useLockStriping">false</property>
          <property name="cacheMode">REPL_ASYNC</property>
       
          <!-- Number of milliseconds to wait until all responses for a
@@ -389,8 +392,9 @@
          <property name="multiplexerStack">${jboss.default.jgroups.stack:udp}</property>
          <property name="fetchInMemoryState">true</property>          
       
-         <property name="nodeLockingSchemeString" class="java.lang.String">PESSIMISTIC</property>
-         <property name="isolationLevelString" class="java.lang.String">REPEATABLE_READ</property>
+         <property name="nodeLockingScheme">PESSIMISTIC</property>
+         <property name="isolationLevel">REPEATABLE_READ</property>
+         <property name="useLockStriping">false</property>
          <property name="cacheModeString">REPL_SYNC</property>
       
          <property name="syncReplTimeout">17500</property>
@@ -428,6 +432,7 @@
          <!-- READ_COMMITTED is as strong as necessary for most 
               2nd Level Cache use cases. -->
          <property name="isolationLevel">READ_COMMITTED</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Mode of communication with peer caches.        
               INVALIDATION_SYNC is highly recommended as the mode for use
@@ -515,6 +520,7 @@
               INVALIDATION_SYNC is highly recommended as the mode for use
               with entity and collection caches.     -->
          <property name="cacheMode">INVALIDATION_SYNC</property> 
+         <property name="useLockStriping">false</property>
 
          <!-- Name of cluster. Needs to be the same for all members -->
          <property name="clusterName">${jboss.partition.name:DefaultPartition}-opt-entity</property>        
@@ -595,6 +601,7 @@
          <!-- READ_COMMITTED is as strong as necessary for most 
               2nd Level Cache use cases. -->
          <property name="isolationLevel">READ_COMMITTED</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Mode of communication with peer caches.        
               INVALIDATION_SYNC is highly recommended as the mode for use
@@ -685,6 +692,7 @@
          <property name="nodeLockingScheme">MVCC</property>
          <!-- Here we  use REPEATABLE_READ. -->
          <property name="isolationLevel">READ_COMMITTED</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Mode of communication with peer caches.        
               INVALIDATION_SYNC is highly recommended as the mode for use
@@ -775,6 +783,7 @@
          <!-- Node locking scheme -->
          <property name="nodeLockingScheme">PESSIMISTIC</property>
          <property name="isolationLevel">REPEATABLE_READ</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Mode of communication with peer caches.        
               INVALIDATION_SYNC is highly recommended as the mode for use
@@ -858,6 +867,7 @@
 
          <!-- Node locking scheme -->
          <property name="nodeLockingScheme">OPTIMISTIC</property>
+         <property name="useLockStriping">false</property>
 
          <!-- LOCAL means don't communicate with other caches.  -->
          <property name="cacheMode">LOCAL</property> 
@@ -914,6 +924,7 @@
 
          <!-- Node locking scheme -->
          <property name="nodeLockingScheme">OPTIMISTIC</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Mode of communication with peer caches.        
               REPL_ASYNC means replicate but sender does not block waiting for
@@ -1001,6 +1012,7 @@
          <property name="nodeLockingScheme">MVCC</property>
          <!-- READ_COMMITTED is as strong as necessary -->
          <property name="isolationLevel">READ_COMMITTED</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Cannot be INVALIDATION. ASYNC for improved performance. -->
          <property name="cacheMode">REPL_ASYNC</property> 
@@ -1055,6 +1067,7 @@
          <!-- READ_COMMITTED is as strong as necessary for most 
               2nd Level Cache use cases. -->
          <property name="isolationLevel">READ_COMMITTED</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Must use REPL since used for timestamp caching. 
               Must use SYNC to maintain cache coherency for entities. -->
@@ -1138,6 +1151,7 @@
 
          <!-- Node locking scheme -->
          <property name="nodeLockingScheme">OPTIMISTIC</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Must use REPL since used for timestamp caching. 
               Must use SYNC to maintain cache coherency for entities. -->
@@ -1224,6 +1238,7 @@
          <!-- READ_COMMITTED is as strong as necessary for most 
               2nd Level Cache use cases. -->
          <property name="isolationLevel">READ_COMMITTED</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Must use REPL since used for timestamp caching. 
               Must use SYNC to maintain cache coherency for entities. -->
@@ -1312,6 +1327,7 @@
          <!-- READ_COMMITTED is as strong as necessary for most 
               2nd Level Cache use cases. -->
          <property name="isolationLevel">REPEATABLE_READ</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Must use REPL since used for timestamp caching. 
               Must use SYNC to maintain cache coherency for entities. -->
@@ -1398,6 +1414,7 @@
          <!-- Node locking scheme -->
          <property name="nodeLockingScheme">PESSIMISTIC</property>
          <property name="isolationLevel">REPEATABLE_READ</property>
+         <property name="useLockStriping">false</property>
 
          <!-- Must use REPL since used for timestamp caching. 
               Must use SYNC to maintain cache coherency for entities. -->




More information about the jboss-cvs-commits mailing list