[jbosscache-commits] JBoss Cache SVN: r6849 - core/trunk/src/main/resources/config-samples.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Oct 6 16:15:31 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-10-06 16:15:31 -0400 (Mon, 06 Oct 2008)
New Revision: 6849

Modified:
   core/trunk/src/main/resources/config-samples/invalidation-async.xml
   core/trunk/src/main/resources/config-samples/total-replication.xml
Log:
Updated streaming state transfer cfgs

Modified: core/trunk/src/main/resources/config-samples/invalidation-async.xml
===================================================================
--- core/trunk/src/main/resources/config-samples/invalidation-async.xml	2008-10-06 20:09:23 UTC (rev 6848)
+++ core/trunk/src/main/resources/config-samples/invalidation-async.xml	2008-10-06 20:15:31 UTC (rev 6849)
@@ -36,7 +36,8 @@
               oob_thread_pool.min_threads="8" oob_thread_pool.queue_enabled="false" oob_thread_pool.queue_max_size="10"
               oob_thread_pool.rejection_policy="Run" thread_naming_pattern="pl" thread_pool.enabled="true"
               thread_pool.keep_alive_time="10000" thread_pool.max_threads="15" thread_pool.min_threads="8"
-              thread_pool.queue_enabled="true" thread_pool.queue_max_size="100000" thread_pool.rejection_policy="Discard"
+              thread_pool.queue_enabled="true" thread_pool.queue_max_size="100000"
+              thread_pool.rejection_policy="Discard"
               tos="8" ucast_recv_buf_size="20000000" ucast_send_buf_size="640000" use_concurrent_stack="true"
               use_incoming_packet_handler="true"/>
          <PING num_initial_members="3" timeout="2000"/>
@@ -52,7 +53,7 @@
                      view_bundling="true"/>
          <FC max_credits="500000" min_threshold="0.2"/>
          <FRAG2 frag_size="60000"/>
-         <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
+         <pbcast.STREAMING_STATE_TRANSFER/>
          <pbcast.FLUSH timeout="0"/>
       </jgroupsConfig>
    </transport>

Modified: core/trunk/src/main/resources/config-samples/total-replication.xml
===================================================================
--- core/trunk/src/main/resources/config-samples/total-replication.xml	2008-10-06 20:09:23 UTC (rev 6848)
+++ core/trunk/src/main/resources/config-samples/total-replication.xml	2008-10-06 20:15:31 UTC (rev 6849)
@@ -50,9 +50,9 @@
          <pbcast.GMS join_timeout="5000" print_local_addr="true" shun="false" view_ack_collection_timeout="5000"
                      view_bundling="true"/>
          <FRAG2 frag_size="60000"/>
-         <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
+         <pbcast.STREAMING_STATE_TRANSFER/>
          <pbcast.FLUSH timeout="0"/>
-      
+
       </jgroupsConfig>
    </transport>
 




More information about the jbosscache-commits mailing list