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

Manik Surtani manik at jboss.org
Tue Jun 19 22:07:11 EDT 2007


  User: msurtani
  Date: 07/06/19 22:07:11

  Modified:    etc/META-INF  unit-test-cache-service.xml
  Log:
  optimised for speed for unit tests
  
  Revision  Changes    Path
  1.11      +50 -18    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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- unit-test-cache-service.xml	14 Jun 2007 15:19:23 -0000	1.10
  +++ unit-test-cache-service.xml	20 Jun 2007 02:07:11 -0000	1.11
  @@ -197,18 +197,26 @@
               <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"/>
  +            <!--
  +               Note that this is an atypically short timeout and a small number of retries
  +               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"/>-->
               <pbcast.NAKACK max_xmit_size="60000"
                              use_mcast_xmit="false" gc_lag="0"
  -                           retransmit_timeout="300,600,1200,2400,4800"
  +                           retransmit_timeout="300,600"
                              discard_delivered_msgs="true"/>
  -            <UNICAST timeout="300,600,1200,2400,3600"/>
  +            <UNICAST timeout="300,600"/>
               <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                              max_bytes="400000"/>
  -            <pbcast.GMS print_local_addr="true" join_timeout="5000"
  -                        join_retry_timeout="2000" shun="false"
  -                        view_bundling="true" view_ack_collection_timeout="5000"/>
  +            <pbcast.GMS print_local_addr="true" join_timeout="1000"
  +                        join_retry_timeout="500" shun="false"
  +                        view_bundling="true" view_ack_collection_timeout="1000"/>
               <FC max_credits="20000000" min_threshold="0.10"/>
               <FRAG2 frag_size="60000"/>
               <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
  @@ -262,18 +270,26 @@
               <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"/>
  +            <!--
  +               Note that this is an atypically short timeout and a small number of retries
  +               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"/>-->
               <pbcast.NAKACK max_xmit_size="60000"
                              use_mcast_xmit="false" gc_lag="0"
  -                           retransmit_timeout="300,600,1200,2400,4800"
  +                           retransmit_timeout="300,600,900,1200"
                              discard_delivered_msgs="true"/>
  -            <UNICAST timeout="300,600,1200,2400,3600"/>
  +            <UNICAST timeout="300,600,900,1200"/>
               <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                              max_bytes="400000"/>
  -            <pbcast.GMS print_local_addr="true" join_timeout="5000"
  -                        join_retry_timeout="2000" shun="false"
  -                        view_bundling="true" view_ack_collection_timeout="5000"/>
  +            <pbcast.GMS print_local_addr="true" join_timeout="1000"
  +                        join_retry_timeout="500" shun="false"
  +                        view_bundling="true" view_ack_collection_timeout="1000"/>
               <FRAG2 frag_size="60000"/>
               <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
               <!-- <pbcast.STATE_TRANSFER/> -->
  @@ -326,8 +342,16 @@
               <MERGE2 max_interval="100000"
                       min_interval="20000"/>
               <FD_SOCK/>
  -            <FD timeout="10000" max_tries="5" shun="true"/>
  -            <VERIFY_SUSPECT timeout="1500"/>
  +            <!--
  +               Note that this is an atypically short timeout and a small number of retries
  +               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"/>-->
               <pbcast.NAKACK max_xmit_size="60000"
                              use_mcast_xmit="false" gc_lag="0"
                              retransmit_timeout="300,600,1200,2400,4800"
  @@ -390,8 +414,16 @@
               <MERGE2 max_interval="100000"
                       min_interval="20000"/>
               <FD_SOCK/>
  -            <FD timeout="10000" max_tries="5" shun="true"/>
  -            <VERIFY_SUSPECT timeout="1500"/>
  +            <!--
  +               Note that this is an atypically short timeout and a small number of retries
  +               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"/>-->
               <pbcast.NAKACK max_xmit_size="60000"
                              use_mcast_xmit="false" gc_lag="0"
                              retransmit_timeout="300,600,1200,2400,4800"
  
  
  



More information about the jboss-cvs-commits mailing list