CVS update: JGroups/conf tunnel.xml fast-local.xml flush-tcp.xml flush-tcp-nio.xml tcp.xml tcpgossip.xml sequencer.xml stacks.xml flush-udp.xml udp.xml tcp-nio.xml

"Bela Ban" <[email protected]>
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 10/09/13 10:51:54

  Modified:    conf     tunnel.xml fast-local.xml flush-tcp.xml
                        flush-tcp-nio.xml tcp.xml tcpgossip.xml
                        sequencer.xml stacks.xml flush-udp.xml udp.xml
                        tcp-nio.xml
  Log:
  changed configs to use MFC and UFC instead of FC
  
  Revision  Changes    Path
  1.25      +4 -2      JGroups/conf/tunnel.xml
  
  Index: tunnel.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/tunnel.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- tunnel.xml	12 Aug 2010 14:45:24 -0000	1.24
  +++ tunnel.xml	13 Sep 2010 10:51:53 -0000	1.25
  @@ -24,8 +24,10 @@
       <pbcast.GMS print_local_addr="true" join_timeout="3000"
                   view_bundling="true"
                   view_ack_collection_timeout="5000"/>
  -    <FC max_credits="2000000"
  -        min_threshold="0.6"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60000"/>    
       <pbcast.STATE_TRANSFER/>
       <pbcast.FLUSH timeout="0"/>
  
  
  
  1.13      +5 -3      JGroups/conf/fast-local.xml
  
  Index: fast-local.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/fast-local.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- fast-local.xml	12 Aug 2010 14:45:25 -0000	1.12
  +++ fast-local.xml	13 Sep 2010 10:51:53 -0000	1.13
  @@ -5,7 +5,7 @@
     Therefore, this configuration will NOT work to cluster members residing on different hosts !
   
     Author: Bela Ban
  -  Version: $Id: fast-local.xml,v 1.12 2010/08/12 14:45:25 belaban Exp $
  +  Version: $Id: fast-local.xml,v 1.13 2010/09/13 10:51:53 belaban Exp $
   -->
   
   <config xmlns="urn:org:jgroups"
  @@ -69,8 +69,10 @@
       <pbcast.GMS print_local_addr="true" join_timeout="3000"
                   
                   view_bundling="true"/>
  -    <FC max_credits="1M"
  -        min_threshold="0.6"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60000"  />
       <!--pbcast.STREAMING_STATE_TRANSFER /-->
       <pbcast.STATE_TRANSFER  />
  
  
  
  1.29      +5 -3      JGroups/conf/flush-tcp.xml
  
  Index: flush-tcp.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/flush-tcp.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- flush-tcp.xml	12 Aug 2010 14:45:25 -0000	1.28
  +++ flush-tcp.xml	13 Sep 2010 10:51:53 -0000	1.29
  @@ -52,9 +52,11 @@
       <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                      max_bytes="400000"/>
       <pbcast.GMS print_local_addr="true" join_timeout="7000" 
  -                 view_bundling="true"/>
  -    <FC max_credits="2000000"
  -        min_threshold="0.60"/>
  +                view_bundling="true"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60000"  />
       <pbcast.STREAMING_STATE_TRANSFER/>
       <!-- <pbcast.STATE_TRANSFER/> -->
  
  
  
  1.15      +5 -3      JGroups/conf/flush-tcp-nio.xml
  
  Index: flush-tcp-nio.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/flush-tcp-nio.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- flush-tcp-nio.xml	12 Aug 2010 14:45:25 -0000	1.14
  +++ flush-tcp-nio.xml	13 Sep 2010 10:51:53 -0000	1.15
  @@ -5,7 +5,7 @@
       Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly via system properties, e.g.
       -Djgroups.bind_addr=192.168.5.2 and -Djgroups.tcpping.initial_hosts=192.168.5.2[7800]".
       author: Bela Ban
  -    version: $Id: flush-tcp-nio.xml,v 1.14 2010/08/12 14:45:25 belaban Exp $
  +    version: $Id: flush-tcp-nio.xml,v 1.15 2010/09/13 10:51:53 belaban Exp $
   -->
   <config xmlns="urn:org:jgroups"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  @@ -64,8 +64,10 @@
       <pbcast.GMS print_local_addr="true" join_timeout="3000"
   
                   view_bundling="true"/>
  -    <FC max_credits="2000000"
  -        min_threshold="0.6"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60000"  />
       <pbcast.STREAMING_STATE_TRANSFER/>
       <pbcast.FLUSH timeout="0"/>   
  
  
  
  1.47      +5 -3      JGroups/conf/tcp.xml
  
  Index: tcp.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/tcp.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- tcp.xml	12 Aug 2010 14:45:25 -0000	1.46
  +++ tcp.xml	13 Sep 2010 10:51:53 -0000	1.47
  @@ -4,7 +4,7 @@
       Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly via system properties, e.g.
       -Djgroups.bind_addr=192.168.5.2 and -Djgroups.tcpping.initial_hosts=192.168.5.2[7800]
       author: Bela Ban
  -    version: $Id: tcp.xml,v 1.46 2010/08/12 14:45:25 belaban Exp $
  +    version: $Id: tcp.xml,v 1.47 2010/09/13 10:51:53 belaban Exp $
   -->
   <config xmlns="urn:org:jgroups"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  @@ -62,8 +62,10 @@
       <pbcast.GMS print_local_addr="true" join_timeout="3000"
   
                   view_bundling="true"/>
  -    <FC max_credits="2M"
  -        min_threshold="0.6"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60K"  />
       <pbcast.STREAMING_STATE_TRANSFER/>
       <!-- <pbcast.STATE_TRANSFER/> -->  
  
  
  
  1.25      +6 -3      JGroups/conf/tcpgossip.xml
  
  Index: tcpgossip.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/tcpgossip.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- tcpgossip.xml	12 Aug 2010 14:45:25 -0000	1.24
  +++ tcpgossip.xml	13 Sep 2010 10:51:53 -0000	1.25
  @@ -50,7 +50,10 @@
   	<UNICAST timeout="300,600,1200" />
   	<pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000"
   		max_bytes="0" />
  -	<pbcast.GMS print_local_addr="true" join_timeout="5000" />
  -	<FC max_credits="2000000" min_threshold="0.6" />
  -	<FRAG2 frag_size="60000" />
  +    <pbcast.GMS print_local_addr="true" join_timeout="5000" />
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <FRAG2 frag_size="60000" />
   </config>
  
  
  
  1.19      +5 -3      JGroups/conf/sequencer.xml
  
  Index: sequencer.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/sequencer.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- sequencer.xml	12 Aug 2010 14:45:25 -0000	1.18
  +++ sequencer.xml	13 Sep 2010 10:51:53 -0000	1.19
  @@ -3,7 +3,7 @@
     Default stack using IP multicasting. It is similar to the "udp"
     stack in stacks.xml, but doesn't use streaming state transfer and flushing
     author: Bela Ban
  -  version: $Id: sequencer.xml,v 1.18 2010/08/12 14:45:25 belaban Exp $
  +  version: $Id: sequencer.xml,v 1.19 2010/09/13 10:51:53 belaban Exp $
   -->
   
   <config xmlns="urn:org:jgroups"
  @@ -61,8 +61,10 @@
   
                   view_bundling="true"/>
       <SEQUENCER />
  -    <FC max_credits="500000"
  -                    min_threshold="0.6"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60000"  />
       <!--pbcast.STREAMING_STATE_TRANSFER /-->
       <pbcast.STATE_TRANSFER  />
  
  
  
  1.50      +17 -9     JGroups/conf/stacks.xml
  
  Index: stacks.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/stacks.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- stacks.xml	12 Aug 2010 14:45:25 -0000	1.49
  +++ stacks.xml	13 Sep 2010 10:51:53 -0000	1.50
  @@ -2,7 +2,7 @@
   <!--
     Sample file that defines a number of stacks, used by the multiplexer
     Author: Bela Ban
  -  Version: $Id: stacks.xml,v 1.49 2010/08/12 14:45:25 belaban Exp $
  +  Version: $Id: stacks.xml,v 1.50 2010/09/13 10:51:53 belaban Exp $
   -->
   <protocol_stacks>
       <stack name="udp"
  @@ -54,8 +54,10 @@
               <pbcast.GMS print_local_addr="true" join_timeout="5000"  
   
                           view_bundling="true"/>
  -            <FC max_credits="2000000"
  -                min_threshold="0.6"/>
  +            <UFC max_credits="2M"
  +                 min_threshold="0.4"/>
  +            <MFC max_credits="2M"
  +                 min_threshold="0.4"/>
               <FRAG2 frag_size="60000"  />
   			<pbcast.STREAMING_STATE_TRANSFER/>
   	        <!-- <pbcast.STATE_TRANSFER/> -->
  @@ -177,8 +179,10 @@
               <pbcast.GMS print_local_addr="true" join_timeout="7000"
   
                           view_bundling="true"/>
  -            <FC max_credits="2000000"
  -                min_threshold="0.6"/>
  +            <UFC max_credits="2M"
  +                 min_threshold="0.4"/>
  +            <MFC max_credits="2M"
  +                 min_threshold="0.4"/>
               <FRAG2 frag_size="60000"  />
               <pbcast.STREAMING_STATE_TRANSFER/>
   	        <!-- <pbcast.STATE_TRANSFER/> -->
  @@ -289,8 +293,10 @@
               <pbcast.GMS print_local_addr="true" join_timeout="5000"  
   
                           view_bundling="true"/>
  -            <FC max_credits="2000000"
  -                min_threshold="0.6"/>
  +            <UFC max_credits="2M"
  +                 min_threshold="0.4"/>
  +            <MFC max_credits="2M"
  +                 min_threshold="0.4"/>
               <FRAG2 frag_size="60000"  />
               <pbcast.STREAMING_STATE_TRANSFER/>
   	        <!-- <pbcast.STATE_TRANSFER/> -->
  @@ -373,8 +379,10 @@
   
                           view_bundling="true"
                           view_ack_collection_timeout="5000"/>
  -            <FC max_credits="2000000"
  -                min_threshold="0.6"/>
  +            <UFC max_credits="2M"
  +                 min_threshold="0.4"/>
  +            <MFC max_credits="2M"
  +                 min_threshold="0.4"/>
               <FRAG2 frag_size="60000"  />
               <!-- <pbcast.STREAMING_STATE_TRANSFER/> -->
   	        <pbcast.STATE_TRANSFER/>
  
  
  
  1.34      +4 -1      JGroups/conf/flush-udp.xml
  
  Index: flush-udp.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/flush-udp.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- flush-udp.xml	12 Aug 2010 14:45:25 -0000	1.33
  +++ flush-udp.xml	13 Sep 2010 10:51:53 -0000	1.34
  @@ -53,7 +53,10 @@
       <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                      max_bytes="400000"/>   
       <pbcast.GMS print_local_addr="true" join_timeout="3000" view_bundling="true"/>
  -    <FC max_credits="500000" min_threshold="0.6"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60000"/>
       <pbcast.STREAMING_STATE_TRANSFER />
       <!-- <pbcast.STATE_TRANSFER/> -->
  
  
  
  1.47      +5 -4      JGroups/conf/udp.xml
  
  Index: udp.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/udp.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- udp.xml	12 Aug 2010 14:45:25 -0000	1.46
  +++ udp.xml	13 Sep 2010 10:51:53 -0000	1.47
  @@ -3,7 +3,7 @@
     Default stack using IP multicasting. It is similar to the "udp"
     stack in stacks.xml, but doesn't use streaming state transfer and flushing
     author: Bela Ban
  -  version: $Id: udp.xml,v 1.46 2010/08/12 14:45:25 belaban Exp $
  +  version: $Id: udp.xml,v 1.47 2010/09/13 10:51:53 belaban Exp $
   -->
   
   <config xmlns="urn:org:jgroups"
  @@ -64,10 +64,11 @@
       <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                      max_bytes="1M"/>
       <pbcast.GMS print_local_addr="true" join_timeout="3000"
  -
                   view_bundling="true"/>
  -    <FC max_credits="500K"
  -                    min_threshold="0.6"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60K"  />
       <!--pbcast.STREAMING_STATE_TRANSFER /-->
       <pbcast.STATE_TRANSFER  />
  
  
  
  1.21      +5 -4      JGroups/conf/tcp-nio.xml
  
  Index: tcp-nio.xml
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/conf/tcp-nio.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- tcp-nio.xml	12 Aug 2010 14:45:25 -0000	1.20
  +++ tcp-nio.xml	13 Sep 2010 10:51:53 -0000	1.21
  @@ -5,7 +5,7 @@
       Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly via system properties, e.g.
       -Djgroups.bind_addr=192.168.5.2 and -Djgroups.tcpping.initial_hosts=192.168.5.2[7800]".
       author: Bela Ban
  -    version: $Id: tcp-nio.xml,v 1.20 2010/08/12 14:45:25 belaban Exp $
  +    version: $Id: tcp-nio.xml,v 1.21 2010/09/13 10:51:53 belaban Exp $
   -->
   <config xmlns="urn:org:jgroups"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  @@ -62,10 +62,11 @@
       <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                      max_bytes="400000"/>
       <pbcast.GMS print_local_addr="true" join_timeout="3000"
  -
                   view_bundling="true"/>
  -    <FC max_credits="2000000"
  -        min_threshold="0.6"/>
  +    <UFC max_credits="2M"
  +         min_threshold="0.4"/>
  +    <MFC max_credits="2M"
  +         min_threshold="0.4"/>
       <FRAG2 frag_size="60000"  />
       <pbcast.STREAMING_STATE_TRANSFER/>
       <!-- pbcast.STATE_TRANSFER/> -->
  
  
  

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.