[infinispan-commits] Infinispan SVN: r1062 - trunk/core/src/main/resources/config-samples.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Oct 29 08:06:43 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-10-29 08:06:43 -0400 (Thu, 29 Oct 2009)
New Revision: 1062

Modified:
   trunk/core/src/main/resources/config-samples/jgroups-tcp.xml
   trunk/core/src/main/resources/config-samples/jgroups-udp.xml
Log:
improved cfgs

Modified: trunk/core/src/main/resources/config-samples/jgroups-tcp.xml
===================================================================
--- trunk/core/src/main/resources/config-samples/jgroups-tcp.xml	2009-10-29 11:29:52 UTC (rev 1061)
+++ trunk/core/src/main/resources/config-samples/jgroups-tcp.xml	2009-10-29 12:06:43 UTC (rev 1062)
@@ -17,7 +17,7 @@
 
         thread_pool.enabled="true"
         thread_pool.min_threads="2"
-        thread_pool.max_threads="8"
+        thread_pool.max_threads="30"
         thread_pool.keep_alive_time="5000"
         thread_pool.queue_enabled="false"
         thread_pool.queue_max_size="100"
@@ -25,7 +25,7 @@
 
         oob_thread_pool.enabled="true"
         oob_thread_pool.min_threads="2"
-        oob_thread_pool.max_threads="8"
+        oob_thread_pool.max_threads="30"
         oob_thread_pool.keep_alive_time="5000"
         oob_thread_pool.queue_enabled="false"
         oob_thread_pool.queue_max_size="100"
@@ -47,11 +47,6 @@
    <MERGE2 max_interval="30000"
            min_interval="10000"/>
    <FD_SOCK/>
-   <!--
-       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="3000" max_tries="3"/>
    <VERIFY_SUSPECT timeout="1500"/>
    <pbcast.NAKACK

Modified: trunk/core/src/main/resources/config-samples/jgroups-udp.xml
===================================================================
--- trunk/core/src/main/resources/config-samples/jgroups-udp.xml	2009-10-29 11:29:52 UTC (rev 1061)
+++ trunk/core/src/main/resources/config-samples/jgroups-udp.xml	2009-10-29 12:06:43 UTC (rev 1062)
@@ -20,16 +20,16 @@
          thread_naming_pattern="pl"
 
          thread_pool.enabled="true"
-         thread_pool.min_threads="1"
-         thread_pool.max_threads="8"
+         thread_pool.min_threads="2"
+         thread_pool.max_threads="30"
          thread_pool.keep_alive_time="5000"
          thread_pool.queue_enabled="false"
          thread_pool.queue_max_size="100"
          thread_pool.rejection_policy="Discard"
 
          oob_thread_pool.enabled="true"
-         oob_thread_pool.min_threads="1"
-         oob_thread_pool.max_threads="8"
+         oob_thread_pool.min_threads="2"
+         oob_thread_pool.max_threads="30"
          oob_thread_pool.keep_alive_time="5000"
          oob_thread_pool.queue_enabled="false"
          oob_thread_pool.queue_max_size="100"
@@ -46,7 +46,7 @@
    <pbcast.NAKACK use_stats_for_retransmission="false"
                    exponential_backoff="0"
                    use_mcast_xmit="true" gc_lag="0"
-                   retransmit_timeout="50,300,600,1200"
+                   retransmit_timeout="300,600,1200"
                    discard_delivered_msgs="true"/>
    <UNICAST timeout="300,600,1200"/>
    <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" max_bytes="1000000"/>



More information about the infinispan-commits mailing list