[jboss-cvs] CacheBenchFwk/cache-products/jbosscache-2.0.0/conf ...

Manik Surtani manik at jboss.org
Wed Apr 18 15:09:30 EDT 2007


  User: msurtani
  Date: 07/04/18 15:09:30

  Modified:    cache-products/jbosscache-2.0.0/conf  pess-repl-sync.xml
  Log:
  Updated loads of stuff
  
  Revision  Changes    Path
  1.2       +3 -2      CacheBenchFwk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pess-repl-sync.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pess-repl-sync.xml	13 Mar 2007 14:43:03 -0000	1.1
  +++ pess-repl-sync.xml	18 Apr 2007 19:09:30 -0000	1.2
  @@ -13,7 +13,7 @@
   
         <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
         <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
  -      <attribute name="CacheMode">REPL_SYNC</attribute>
  +      <attribute name="CacheMode">REPL_ASYNC</attribute>
         <attribute name="UseReplQueue">false</attribute>
         <attribute name="ReplQueueInterval">0</attribute>
         <attribute name="ReplQueueMaxElements">0</attribute>
  @@ -35,6 +35,7 @@
                    use_outgoing_packet_handler="false"
                    ip_ttl="2"
                    down_thread="false" up_thread="false"
  +                 bind_addr="127.0.0.1"
                    enable_bundling="false"/>
               <PING timeout="2000"
                     down_thread="false" up_thread="false" num_initial_members="3"/>
  @@ -66,7 +67,7 @@
               <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
            </config>
         </attribute>
  -      <attribute name="FetchInMemoryState">true</attribute>
  +      <attribute name="FetchInMemoryState">false</attribute>
         <attribute name="InitialStateRetrievalTimeout">15000</attribute>
         <attribute name="SyncReplTimeout">15000</attribute>
         <attribute name="LockAcquisitionTimeout">10000</attribute>
  
  
  



More information about the jboss-cvs-commits mailing list