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

Brian Stansberry brian.stansberry at jboss.com
Tue Dec 5 18:35:41 EST 2006


  User: bstansberry
  Date: 06/12/05 18:35:41

  Modified:    etc/META-INF    replAsync-optimistic-service.xml
                        replAsync-service.xml
                        replAsyncSharedCacheLoader-service.xml
  Log:
  Add FC
  
  Revision  Changes    Path
  1.12      +3 -2      JBossCache/etc/META-INF/replAsync-optimistic-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replAsync-optimistic-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsync-optimistic-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- replAsync-optimistic-service.xml	21 Sep 2006 15:08:39 -0000	1.11
  +++ replAsync-optimistic-service.xml	5 Dec 2006 23:35:41 -0000	1.12
  @@ -110,10 +110,11 @@
                   <UNICAST timeout="600,1200,2400" down_thread="false"/>
                   <pbcast.STABLE desired_avg_gossip="20000"
                       up_thread="false" down_thread="false"/>
  -                <FRAG frag_size="8192"
  -                    down_thread="false" up_thread="false"/>
                   <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
                       shun="true" print_local_addr="true"/>
  +                <FC max_credits="2000000" down_thread="false" up_thread="false"
  +                    min_threshold="0.20"/>
  +                <FRAG frag_size="8192" down_thread="false" up_thread="true"/>
                   <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
               </config>
           </attribute>
  
  
  
  1.12      +2 -0      JBossCache/etc/META-INF/replAsync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replAsync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsync-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- replAsync-service.xml	14 Nov 2006 19:56:09 -0000	1.11
  +++ replAsync-service.xml	5 Dec 2006 23:35:41 -0000	1.12
  @@ -120,6 +120,8 @@
                           down_thread="false" up_thread="false"
                           join_retry_timeout="2000" shun="false"
                           view_bundling="true"/>
  +            <FC max_credits="2000000" down_thread="false" up_thread="false"
  +                    min_threshold="0.20"/>
               <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
               <!-- <pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false" use_reading_thread="true"/> -->
               <pbcast.STATE_TRANSFER down_thread="false" up_thread="false"/>
  
  
  
  1.13      +3 -2      JBossCache/etc/META-INF/replAsyncSharedCacheLoader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replAsyncSharedCacheLoader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsyncSharedCacheLoader-service.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- replAsyncSharedCacheLoader-service.xml	21 Sep 2006 15:08:39 -0000	1.12
  +++ replAsyncSharedCacheLoader-service.xml	5 Dec 2006 23:35:41 -0000	1.13
  @@ -100,10 +100,11 @@
                   <UNICAST timeout="600,1200,2400" down_thread="false"/>
                   <pbcast.STABLE desired_avg_gossip="20000"
                       up_thread="false" down_thread="false"/>
  -                <FRAG frag_size="8192"
  -                    down_thread="false" up_thread="false"/>
                   <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
                       shun="true" print_local_addr="true"/>
  +                <FC max_credits="2000000" down_thread="false" up_thread="false"
  +                    min_threshold="0.20"/>
  +                <FRAG frag_size="8192" down_thread="false" up_thread="true"/>
                   <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
               </config>
           </attribute>
  
  
  



More information about the jboss-cvs-commits mailing list