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

Brian Stansberry brian.stansberry at jboss.com
Tue Dec 5 18:33:48 EST 2006


  User: bstansberry
  Date: 06/12/05 18:33:48

  Modified:    etc/META-INF    Tag: Branch_JBossCache_1_4_0
                        replAsync-optimistic-service.xml
                        replAsync-service.xml
                        replAsyncSharedCacheLoader-service.xml
  Log:
  Add FC
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.1   +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.8
  retrieving revision 1.8.2.1
  diff -u -b -r1.8 -r1.8.2.1
  --- replAsync-optimistic-service.xml	11 May 2006 00:01:00 -0000	1.8
  +++ replAsync-optimistic-service.xml	5 Dec 2006 23:33:48 -0000	1.8.2.1
  @@ -104,10 +104,11 @@
                       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.7.2.1   +3 -2      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.7
  retrieving revision 1.7.2.1
  diff -u -b -r1.7 -r1.7.2.1
  --- replAsync-service.xml	11 May 2006 00:01:00 -0000	1.7
  +++ replAsync-service.xml	5 Dec 2006 23:33:48 -0000	1.7.2.1
  @@ -94,10 +94,11 @@
                       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.9.2.1   +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.9
  retrieving revision 1.9.2.1
  diff -u -b -r1.9 -r1.9.2.1
  --- replAsyncSharedCacheLoader-service.xml	30 May 2006 18:40:24 -0000	1.9
  +++ replAsyncSharedCacheLoader-service.xml	5 Dec 2006 23:33:48 -0000	1.9.2.1
  @@ -94,10 +94,11 @@
                       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