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

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Tue Apr 3 11:07:00 EDT 2007


  User: vblagojevic
  Date: 07/04/03 11:07:00

  Modified:    etc/META-INF  unit-test-cache-service.xml
  Log:
  JGroups 2.5 concurrent stack
  
  Revision  Changes    Path
  1.6       +227 -178  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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- unit-test-cache-service.xml	8 Feb 2007 14:38:11 -0000	1.5
  +++ unit-test-cache-service.xml	3 Apr 2007 15:07:00 -0000	1.6
  @@ -161,8 +161,8 @@
         <stack name="udp"
                description="Default: IP multicast based stack, with flow control and message bundling">
            <config>
  -            <UDP mcast_addr="229.10.10.10"
  -                 mcast_port="45599"
  +         	<UDP mcast_addr="228.10.10.10"
  +		         mcast_port="45588"
                    tos="8"
                    ucast_recv_buf_size="20000000"
                    ucast_send_buf_size="640000"
  @@ -173,38 +173,50 @@
                    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"/>
  +		         enable_bundling="false"
  +		         enable_diagnostics="true"
  +		
  +		         use_concurrent_stack="true"
  +		         
  +		         thread_naming_pattern="pl"
  +		
  +		         thread_pool.enabled="true"
  +		         thread_pool.min_threads="1"
  +		         thread_pool.max_threads="25"
  +		         thread_pool.keep_alive_time="30000"
  +		         thread_pool.queue_enabled="true"
  +		         thread_pool.queue_max_size="10"
  +		         thread_pool.rejection_policy="Run"
  +		
  +		         oob_thread_pool.enabled="true"
  +		         oob_thread_pool.min_threads="1"
  +		         oob_thread_pool.max_threads="4"
  +		         oob_thread_pool.keep_alive_time="10000"
  +		         oob_thread_pool.queue_enabled="true"
  +		         oob_thread_pool.queue_max_size="10"
  +		         oob_thread_pool.rejection_policy="Run"/>
  +		
  +		    <PING timeout="2000" num_initial_members="3"/>
  +		    <MERGE2 max_interval="30000" min_interval="10000"/>
  +		    <FD_SOCK/>
  +		    <FD timeout="10000" max_tries="5" shun="true"/>
  +		    <VERIFY_SUSPECT timeout="1500"/>
               <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"/>
  +		    <UNICAST timeout="300,600,1200,2400,3600"/>
               <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" use_flush="true" flush_timeout="3000"
  -                        down_thread="false" up_thread="false"
  +		    <pbcast.GMS print_local_addr="true" join_timeout="5000"
                           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_flush="true" flush_timeout="3000" use_reading_thread="true"/> -->
  -            <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>
  -            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
  +		                view_bundling="true" view_ack_collection_timeout="5000"/>
  +		    <FC max_credits="20000000" min_threshold="0.10"/>
  +		    <FRAG2 frag_size="60000"/>
  +		    <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
  +		    <!-- <pbcast.STATE_TRANSFER/> -->
  +   			<pbcast.FLUSH timeout="0"/>
            </config>
         </stack>
   
  @@ -214,8 +226,8 @@
               is not that large. Don't use this configuration if you send messages at a high sustained rate, or you might
               run out of memory">
            <config>
  -            <UDP mcast_addr="229.10.10.10"
  -                 mcast_port="45599"
  +         	<UDP mcast_addr="228.10.10.10"
  +		         mcast_port="45588"
                    tos="8"
                    ucast_recv_buf_size="20000000"
                    ucast_send_buf_size="640000"
  @@ -226,36 +238,49 @@
                    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"/>
  +		         enable_bundling="false"
  +		         enable_diagnostics="true"
  +		
  +		         use_concurrent_stack="true"
  +		         
  +		         thread_naming_pattern="pl"
  +		
  +		         thread_pool.enabled="true"
  +		         thread_pool.min_threads="1"
  +		         thread_pool.max_threads="25"
  +		         thread_pool.keep_alive_time="30000"
  +		         thread_pool.queue_enabled="true"
  +		         thread_pool.queue_max_size="10"
  +		         thread_pool.rejection_policy="Run"
  +		
  +		         oob_thread_pool.enabled="true"
  +		         oob_thread_pool.min_threads="1"
  +		         oob_thread_pool.max_threads="4"
  +		         oob_thread_pool.keep_alive_time="10000"
  +		         oob_thread_pool.queue_enabled="true"
  +		         oob_thread_pool.queue_max_size="10"
  +		         oob_thread_pool.rejection_policy="Run"/>
  +		
  +		    <PING timeout="2000" num_initial_members="3"/>
  +		    <MERGE2 max_interval="30000" min_interval="10000"/>
  +		    <FD_SOCK/>
  +		    <FD timeout="10000" max_tries="5" shun="true"/>
  +		    <VERIFY_SUSPECT timeout="1500"/>
               <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"/>
  +		    <UNICAST timeout="300,600,1200,2400,3600"/>
               <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" use_flush="true" flush_timeout="3000"
  -                        down_thread="false" up_thread="false"
  +		    <pbcast.GMS print_local_addr="true" join_timeout="5000"
                           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_flush="true" flush_timeout="3000" use_reading_thread="true"/> -->
  -            <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>
  -            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
  +		                view_bundling="true" view_ack_collection_timeout="5000"/>		    
  +		    <FRAG2 frag_size="60000"/>
  +		    <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
  +		    <!-- <pbcast.STATE_TRANSFER/> -->
  +   			<pbcast.FLUSH timeout="0"/>
            </config>
         </stack>
   
  @@ -274,41 +299,52 @@
                    max_bundle_size="64000"
                    max_bundle_timeout="30"
                    use_incoming_packet_handler="true"
  -                 use_outgoing_packet_handler="false"
  -                 down_thread="false" up_thread="false"
  -                 enable_bundling="true"
  +		         enable_bundling="false"
                    use_send_queues="false"
                    sock_conn_timeout="300"
  -                 skip_suspected_members="true"/>
  +		         skip_suspected_members="true"
  +		         
  +		         use_concurrent_stack="true"
  +		
  +		         thread_pool.enabled="true"
  +		         thread_pool.min_threads="1"
  +		         thread_pool.max_threads="25"
  +		         thread_pool.keep_alive_time="30000"
  +		         thread_pool.queue_enabled="true"
  +		         thread_pool.queue_max_size="10"
  +		         thread_pool.rejection_policy="Run"
  +		
  +		         oob_thread_pool.enabled="true"
  +		         oob_thread_pool.min_threads="1"
  +		         oob_thread_pool.max_threads="4"
  +		         oob_thread_pool.keep_alive_time="10000"
  +		         oob_thread_pool.queue_enabled="true"
  +		         oob_thread_pool.queue_max_size="10"
  +		         oob_thread_pool.rejection_policy="Run"/>
  +		         
               <TCPPING timeout="3000"
  -                     down_thread="false" up_thread="false"
  -                     initial_hosts="localhost[7800],localhost[7801]"
  +		             initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7800],localhost[7801]}"
                        port_range="1"
                        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"/>
  +		              min_interval="20000"/>
  +		    <FD_SOCK/>
  +		    <FD timeout="10000" max_tries="5"   shun="true"/>
  +		    <VERIFY_SUSPECT timeout="1500"  />
               <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"/>
               <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" use_flush="true" flush_timeout="3000"
  -                        down_thread="false" up_thread="false"
  +		    <pbcast.GMS print_local_addr="true" join_timeout="3000" 
                           join_retry_timeout="2000" shun="false"
                           view_bundling="true"/>
  -            <FC max_credits="2000000" down_thread="false" up_thread="false"
  -                min_threshold="0.10"/>
  -            <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
  -            <pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
  -                                             use_flush="true" flush_timeout="3000" use_reading_thread="true"/>
  -            <!-- pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/ -->
  -            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
  +		    <FC max_credits="2000000" min_threshold="0.10"/>
  +		    <FRAG2 frag_size="60000"  />
  +		    <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
  +		    <!-- <pbcast.STATE_TRANSFER/> -->
  +		    <pbcast.FLUSH timeout="0"/>
            </config>
         </stack>
   
  @@ -319,7 +355,7 @@
              configuration should be used instead of tcp when (1) synchronous calls are used and (2) the message volume
              (rate and size) is not that large">
            <config>
  -            <TCP start_port="7900"
  +		    <TCP start_port="7800"
                    loopback="true"
                    recv_buf_size="20000000"
                    send_buf_size="640000"
  @@ -327,38 +363,51 @@
                    max_bundle_size="64000"
                    max_bundle_timeout="30"
                    use_incoming_packet_handler="true"
  -                 use_outgoing_packet_handler="false"
  -                 down_thread="false" up_thread="false"
                    enable_bundling="false"
                    use_send_queues="false"
                    sock_conn_timeout="300"
  -                 skip_suspected_members="true"/>
  +		         skip_suspected_members="true"
  +		         
  +		         use_concurrent_stack="true"
  +		
  +		         thread_pool.enabled="true"
  +		         thread_pool.min_threads="1"
  +		         thread_pool.max_threads="25"
  +		         thread_pool.keep_alive_time="30000"
  +		         thread_pool.queue_enabled="true"
  +		         thread_pool.queue_max_size="10"
  +		         thread_pool.rejection_policy="Run"
  +		
  +		         oob_thread_pool.enabled="true"
  +		         oob_thread_pool.min_threads="1"
  +		         oob_thread_pool.max_threads="4"
  +		         oob_thread_pool.keep_alive_time="10000"
  +		         oob_thread_pool.queue_enabled="true"
  +		         oob_thread_pool.queue_max_size="10"
  +		         oob_thread_pool.rejection_policy="Run"/>
  +		         
               <TCPPING timeout="3000"
  -                     down_thread="false" up_thread="false"
  -                     initial_hosts="localhost[7900],localhost[7901]"
  +		             initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7800],localhost[7801]}"
                        port_range="1"
                        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"/>
  +		              min_interval="20000"/>
  +		    <FD_SOCK/>
  +		    <FD timeout="10000" max_tries="5"   shun="true"/>
  +		    <VERIFY_SUSPECT timeout="1500"  />
               <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"/>
               <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" use_flush="true" flush_timeout="3000"
  -                        down_thread="false" up_thread="false"
  +		    <pbcast.GMS print_local_addr="true" join_timeout="3000" 
                           join_retry_timeout="2000" shun="false"
                           view_bundling="true"/>
  -            <pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
  -                                             use_flush="true" flush_timeout="3000" use_reading_thread="true"/>
  -            <!-- pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/ -->
  -            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
  +		    <FRAG2 frag_size="60000"  />
  +		    <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
  +		    <!-- <pbcast.STATE_TRANSFER/> -->
  +		    <pbcast.FLUSH timeout="0"/>
            </config>
         </stack>
      </protocol_stacks>
  
  
  



More information about the jboss-cvs-commits mailing list