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

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Tue Nov 14 14:56:09 EST 2006


  User: vblagojevic
  Date: 06/11/14 14:56:09

  Modified:    etc/META-INF   replAsync-service.xml replSync-service.xml
  Log:
  [JBCACHE-591] partial state transfer
  
  Revision  Changes    Path
  1.11      +41 -22    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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- replAsync-service.xml	21 Sep 2006 15:08:39 -0000	1.10
  +++ replAsync-service.xml	14 Nov 2006 19:56:09 -0000	1.11
  @@ -83,28 +83,47 @@
                   <!-- UDP: On Windows machines, because of the media sense feature
                    being broken with multicast (even after disabling media sense)
                    set the loopback attribute to true -->
  -                <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                    ip_ttl="64" ip_mcast="true" 
  -                    mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                    ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                    loopback="false"/>
  -                <PING timeout="2000" num_initial_members="3"
  -                    up_thread="false" down_thread="false"/>
  -                <MERGE2 min_interval="10000" max_interval="20000"/>
  -                <!--        <FD shun="true" up_thread="true" down_thread="true" />-->
  -                <FD_SOCK/>
  -                <VERIFY_SUSPECT timeout="1500"
  -                    up_thread="false" down_thread="false"/>
  -                <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                    max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -                <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -                <pbcast.STABLE desired_avg_gossip="20000"
  -                    up_thread="false" down_thread="false"/>
  -                <FRAG frag_size="8192"
  +                 <UDP mcast_addr="229.10.10.10"
  +	                 mcast_port="45599"
  +	                 tos="8"
  +	                 ucast_recv_buf_size="20000000"
  +	                 ucast_send_buf_size="640000"
  +	                 mcast_recv_buf_size="25000000"
  +	                 mcast_send_buf_size="640000"
  +	                 loopback="false"
  +	                 discard_incompatible_packets="true"
  +	                 max_bundle_size="64000"
  +	                 max_bundle_timeout="30"
  +	                 use_incoming_packet_handler="true"
  +	                 use_outgoing_packet_handler="false"
  +	                 ip_ttl="2"
  +	                 down_thread="false" up_thread="false"
  +	                 enable_bundling="false"/>
  +               <PING timeout="2000"
  +                  down_thread="false" up_thread="false" num_initial_members="3"/>
  +            <MERGE2 max_interval="100000"
  +                    down_thread="false" up_thread="false" min_interval="20000"/>
  +            <FD_SOCK down_thread="false" up_thread="false"/>
  +            <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
  +            <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
  +            <pbcast.NAKACK max_xmit_size="60000"
  +                           use_mcast_xmit="false" gc_lag="0"
  +                           retransmit_timeout="300,600,1200,2400,4800"
  +                           down_thread="false" up_thread="false"
  +                           discard_delivered_msgs="true"/>
  +            <UNICAST timeout="300,600,1200,2400,3600"
                       down_thread="false" up_thread="false"/>
  -                <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                    shun="true" print_local_addr="true"/>
  -                <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
  +            <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
  +                           down_thread="false" up_thread="false"
  +                           max_bytes="400000"/>
  +            <pbcast.GMS print_local_addr="true" join_timeout="3000" 
  +                        down_thread="false" up_thread="false"
  +                        join_retry_timeout="2000" shun="false"
  +                        view_bundling="true"/>
  +            <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"/>
  +            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="6000"/>
               </config>
           </attribute>
   
  
  
  
  1.13      +43 -25    JBossCache/etc/META-INF/replSync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-service.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- replSync-service.xml	21 Sep 2006 15:08:39 -0000	1.12
  +++ replSync-service.xml	14 Nov 2006 19:56:09 -0000	1.13
  @@ -79,33 +79,51 @@
           <attribute name="ClusterConfig">
               <config>
                   <!-- UDP: if you have a multihomed machine,
  -                set the bind_addr attribute to the appropriate NIC IP address, e.g bind_addr="192.168.0.2"
  -                -->
  +                set the bind_addr attribute to the appropriate NIC IP address -->
                   <!-- UDP: On Windows machines, because of the media sense feature
                    being broken with multicast (even after disabling media sense)
                    set the loopback attribute to true -->
  -                <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                    ip_ttl="64" ip_mcast="true" 
  -                    mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                    ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                    loopback="false"/>
  -                <PING timeout="2000" num_initial_members="3"
  -                    up_thread="false" down_thread="false"/>
  -                <MERGE2 min_interval="10000" max_interval="20000"/>
  -                <!--        <FD shun="true" up_thread="true" down_thread="true" />-->
  -                <FD_SOCK/>
  -                <VERIFY_SUSPECT timeout="1500"
  -                    up_thread="false" down_thread="false"/>
  -                <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                    max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -                <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -                <pbcast.STABLE desired_avg_gossip="20000"
  -                    up_thread="false" down_thread="false"/>
  -                <FRAG frag_size="8192"
  +                 <UDP mcast_addr="229.10.10.10"
  +	                 mcast_port="45599"
  +	                 tos="8"
  +	                 ucast_recv_buf_size="20000000"
  +	                 ucast_send_buf_size="640000"
  +	                 mcast_recv_buf_size="25000000"
  +	                 mcast_send_buf_size="640000"
  +	                 loopback="false"
  +	                 discard_incompatible_packets="true"
  +	                 max_bundle_size="64000"
  +	                 max_bundle_timeout="30"
  +	                 use_incoming_packet_handler="true"
  +	                 use_outgoing_packet_handler="false"
  +	                 ip_ttl="2"
  +	                 down_thread="false" up_thread="false"
  +	                 enable_bundling="false"/>
  +               <PING timeout="2000"
  +                  down_thread="false" up_thread="false" num_initial_members="3"/>
  +            <MERGE2 max_interval="100000"
  +                    down_thread="false" up_thread="false" min_interval="20000"/>
  +            <FD_SOCK down_thread="false" up_thread="false"/>
  +            <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
  +            <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
  +            <pbcast.NAKACK max_xmit_size="60000"
  +                           use_mcast_xmit="false" gc_lag="0"
  +                           retransmit_timeout="300,600,1200,2400,4800"
  +                           down_thread="false" up_thread="false"
  +                           discard_delivered_msgs="true"/>
  +            <UNICAST timeout="300,600,1200,2400,3600"
                       down_thread="false" up_thread="false"/>
  -                <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                    shun="true" print_local_addr="true"/>
  -                <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
  +            <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
  +                           down_thread="false" up_thread="false"
  +                           max_bytes="400000"/>
  +            <pbcast.GMS print_local_addr="true" join_timeout="3000" 
  +                        down_thread="false" up_thread="false"
  +                        join_retry_timeout="2000" shun="false"
  +                        view_bundling="true"/>
  +            <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"/>
  +            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="6000"/>
               </config>
           </attribute>
   
  
  
  



More information about the jboss-cvs-commits mailing list