[jboss-cvs] JBossCache/etc/META-INF ...

Manik Surtani manik at jboss.org
Tue May 29 13:25:11 EDT 2007


  User: msurtani
  Date: 07/05/29 13:25:11

  Modified:    etc/META-INF  unit-test-cache-service.xml
  Log:
  Dropped eviction thread freq from 5 to 2 secs
  
  Revision  Changes    Path
  1.9       +224 -224  JBossCache/etc/META-INF/unit-test-cache-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: unit-test-cache-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/unit-test-cache-service.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- unit-test-cache-service.xml	24 May 2007 03:49:31 -0000	1.8
  +++ unit-test-cache-service.xml	29 May 2007 17:25:11 -0000	1.9
  @@ -98,7 +98,7 @@
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
  -            <attribute name="wakeUpIntervalSeconds">5</attribute>
  +            <attribute name="wakeUpIntervalSeconds">2</attribute>
               <!-- Name of the DEFAULT eviction policy class. -->
               <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
   
  @@ -327,7 +327,7 @@
   		              min_interval="20000"/>
   		    <FD_SOCK/>
   		    <FD timeout="10000" max_tries="5"   shun="true"/>
  -		    <VERIFY_SUSPECT timeout="1500"  />
  +            <VERIFY_SUSPECT timeout="1500"/>
   		    <pbcast.NAKACK max_xmit_size="60000"
   		                   use_mcast_xmit="false" gc_lag="0"
   		                   retransmit_timeout="300,600,1200,2400,4800"
  @@ -338,7 +338,7 @@
   		                join_retry_timeout="2000" shun="false"
   		                view_bundling="true"/>
   		    <FC max_credits="2000000" min_threshold="0.10"/>
  -		    <FRAG2 frag_size="60000"  />
  +            <FRAG2 frag_size="60000"/>
   		    <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
   		    <!-- <pbcast.STATE_TRANSFER/> -->
   		    <pbcast.FLUSH timeout="0"/>
  @@ -391,7 +391,7 @@
   		              min_interval="20000"/>
   		    <FD_SOCK/>
   		    <FD timeout="10000" max_tries="5"   shun="true"/>
  -		    <VERIFY_SUSPECT timeout="1500"  />
  +            <VERIFY_SUSPECT timeout="1500"/>
   		    <pbcast.NAKACK max_xmit_size="60000"
   		                   use_mcast_xmit="false" gc_lag="0"
   		                   retransmit_timeout="300,600,1200,2400,4800"
  @@ -401,7 +401,7 @@
   		    <pbcast.GMS print_local_addr="true" join_timeout="3000" 
   		                join_retry_timeout="2000" shun="false"
   		                view_bundling="true"/>
  -		    <FRAG2 frag_size="60000"  />
  +            <FRAG2 frag_size="60000"/>
   		    <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
   		    <!-- <pbcast.STATE_TRANSFER/> -->
   		    <pbcast.FLUSH timeout="0"/>
  
  
  



More information about the jboss-cvs-commits mailing list