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

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Wed Jul 11 15:25:12 EDT 2007


  User: vblagojevic
  Date: 07/07/11 15:25:12

  Modified:    etc/META-INF  unit-test-cache-service.xml
  Log:
  attempt to fix buddy replication on tcp
  
  Revision  Changes    Path
  1.13      +110 -109  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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- unit-test-cache-service.xml	11 Jul 2007 17:04:32 -0000	1.12
  +++ unit-test-cache-service.xml	11 Jul 2007 19:25:12 -0000	1.13
  @@ -312,7 +312,7 @@
                    max_bundle_size="64000"
                    max_bundle_timeout="30"
                    use_incoming_packet_handler="true"
  -                 enable_bundling="false"
  +		         enable_bundling="true"
                    use_send_queues="false"
                    sock_conn_timeout="300"
                    skip_suspected_members="true"
  @@ -322,21 +322,21 @@
                    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"
  +		         thread_pool.keep_alive_time="5000"
  +		         thread_pool.queue_enabled="false"
  +		         thread_pool.queue_max_size="100"
  +		         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"/>
  +		         oob_thread_pool.max_threads="8"
  +		         oob_thread_pool.keep_alive_time="5000"
  +		         oob_thread_pool.queue_enabled="false"
  +		         oob_thread_pool.queue_max_size="100"
  +		         oob_thread_pool.rejection_policy="run"/>
   
               <TCPPING timeout="3000"
  -                     initial_hosts="localhost[7800],localhost[7801]"
  +		             initial_hosts="127.0.0.1[7800],127.0.0.1[7801]"
                        port_range="1"
                        num_initial_members="3"/>
               <MERGE2 max_interval="100000"
  @@ -347,22 +347,22 @@
                  configured this way to speed up unit testing, since we know all nodes run in the same JVM
                  and hence failure detections will be very quick.
               -->
  -            <FD timeout="1000" max_tries="2" shun="true"/>
  -            <VERIFY_SUSPECT timeout="250"/>
  -            <!-- this is a more typical configuration of FD and VERIFY_SUSPECT-->
  -            <!--<FD timeout="10000" max_tries="5" shun="true"/>-->
  -            <!--<VERIFY_SUSPECT timeout="1500"/>-->
  +		    <FD timeout="1000" max_tries="5" shun="true"/>
  +		    <VERIFY_SUSPECT timeout="1500"  />
  +		    <BARRIER />
               <pbcast.NAKACK max_xmit_size="60000"
                              use_mcast_xmit="false" gc_lag="0"
                              retransmit_timeout="300,600,1200,2400,4800"
                              discard_delivered_msgs="true"/>
               <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                              max_bytes="400000"/>
  +		    <VIEW_SYNC avg_send_interval="60000"/>
               <pbcast.GMS print_local_addr="true" join_timeout="3000"
  -                        join_retry_timeout="2000" shun="false"
  +		                join_retry_timeout="2000" shun="true"
                           view_bundling="true"/>
  -            <FC max_credits="2000000" min_threshold="0.10"/>
  -            <FRAG2 frag_size="60000"/>
  +		    <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"/>
  @@ -384,7 +384,7 @@
                    max_bundle_size="64000"
                    max_bundle_timeout="30"
                    use_incoming_packet_handler="true"
  -                 enable_bundling="false"
  +		         enable_bundling="true"
                    use_send_queues="false"
                    sock_conn_timeout="300"
                    skip_suspected_members="true"
  @@ -394,21 +394,21 @@
                    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"
  +		         thread_pool.keep_alive_time="5000"
  +		         thread_pool.queue_enabled="false"
  +		         thread_pool.queue_max_size="100"
  +		         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"/>
  +		         oob_thread_pool.max_threads="8"
  +		         oob_thread_pool.keep_alive_time="5000"
  +		         oob_thread_pool.queue_enabled="false"
  +		         oob_thread_pool.queue_max_size="100"
  +		         oob_thread_pool.rejection_policy="run"/>
   
               <TCPPING timeout="3000"
  -                     initial_hosts="localhost[7800],localhost[7801]"
  +		             initial_hosts="127.0.0.1[7800],127.0.0.1[7801]"
                        port_range="1"
                        num_initial_members="3"/>
               <MERGE2 max_interval="100000"
  @@ -419,21 +419,22 @@
                  configured this way to speed up unit testing, since we know all nodes run in the same JVM
                  and hence failure detections will be very quick.
               -->
  -            <FD timeout="1000" max_tries="2" shun="true"/>
  -            <VERIFY_SUSPECT timeout="250"/>
  -            <!-- this is a more typical configuration of FD and VERIFY_SUSPECT-->
  -            <!--<FD timeout="10000" max_tries="5" shun="true"/>-->
  -            <!--<VERIFY_SUSPECT timeout="1500"/>-->
  +		    <FD timeout="1000" max_tries="5" shun="true"/>
  +		    <VERIFY_SUSPECT timeout="1500"  />
  +		    <BARRIER />
               <pbcast.NAKACK max_xmit_size="60000"
                              use_mcast_xmit="false" gc_lag="0"
                              retransmit_timeout="300,600,1200,2400,4800"
                              discard_delivered_msgs="true"/>
               <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                              max_bytes="400000"/>
  +		    <VIEW_SYNC avg_send_interval="60000"/>
               <pbcast.GMS print_local_addr="true" join_timeout="3000"
  -                        join_retry_timeout="2000" shun="false"
  +		                join_retry_timeout="2000" shun="true"
                           view_bundling="true"/>
  -            <FRAG2 frag_size="60000"/>
  +		    <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"/>
  
  
  



More information about the jboss-cvs-commits mailing list