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

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Tue Apr 17 17:54:58 EDT 2007


  User: vblagojevic
  Date: 07/04/17 17:54:58

  Modified:    etc/META-INF                                     
                        local-passivation-service.xml replAsync-service.xml
                        local-tx-service.xml local-service.xml
                        mixedPolicy-eviction-service.xml
                        local-expiration-eviction-service.xml
                        policyPerRegion-eviction-service.xml
                        buddyreplication-service.xml
                        local-fifo-eviction-service.xml
                        local-mru-eviction-service.xml
                        local-elementsize-eviction-service.xml
                        replSync-passivation-service.xml
                        local-eviction-cacheloader-service.xml
                        replSync-service.xml mux-service.xml
                        local-lfu-eviction-service.xml
                        local-lru-eviction-service.xml
                        pojocache-passivation-service.xml
  Removed:     etc/META-INF                                     
                        replSync-ChainingCacheLoader-service.xml
                        optimal-for-large-cluster-http-session-repl.xml
                        replAsync-optimistic-service.xml tree-service.xml
                        invalidationAsync-service.xml
                        interopPrevAsync-service.xml node1.xml
                        oodb-service.xml singleton-push-service.xml
                        interopPrevSync-service.xml
                        singleton-nopush-service.xml node2.xml
                        interopCurSync-service.xml
                        replSync-ClusteredCacheLoader-service.xml
                        interopCurAsync-service.xml
                        replSync-eviction-service.xml
                        replAsyncSharedCacheLoader-service.xml
                        invalidationSync-service.xml
                        replSync-optimistic-service.xml
  Log:
  update configuration files (some where deleted)
  
  Revision  Changes    Path
  1.13      +2 -33     JBossCache/etc/META-INF/local-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-passivation-service.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- local-passivation-service.xml	8 Feb 2007 14:52:42 -0000	1.12
  +++ local-passivation-service.xml	17 Apr 2007 21:54:57 -0000	1.13
  @@ -57,39 +57,8 @@
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
         -->
   
  -      <!-- JGroups protocol stack properties.
  -         ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  -      -->
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  +
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
   
         <!--
  
  
  
  1.17      +56 -48    JBossCache/etc/META-INF/replAsync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replAsync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsync-service.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- replAsync-service.xml	8 Feb 2007 14:38:11 -0000	1.16
  +++ replAsync-service.xml	17 Apr 2007 21:54:58 -0000	1.17
  @@ -79,13 +79,8 @@
         -->
         <attribute name="ClusterConfig">
            <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <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"
  @@ -96,37 +91,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"
  -                        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_reading_thread="true"/> -->
  -            <pbcast.STATE_TRANSFER down_thread="false" up_thread="false"/>
  -            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="6000"/>
  +		                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>
         </attribute>
   
  
  
  
  1.8       +1 -30     JBossCache/etc/META-INF/local-tx-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-tx-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-tx-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- local-tx-service.xml	8 Feb 2007 14:38:11 -0000	1.7
  +++ local-tx-service.xml	17 Apr 2007 21:54:58 -0000	1.8
  @@ -55,36 +55,7 @@
            <attribute name="ClusterProperties"></attribute>
         -->
   
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
   
         <!--
  
  
  
  1.15      +1 -33     JBossCache/etc/META-INF/local-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-service.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- local-service.xml	7 Feb 2007 22:06:41 -0000	1.14
  +++ local-service.xml	17 Apr 2007 21:54:58 -0000	1.15
  @@ -58,39 +58,7 @@
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
         -->
   
  -      <!-- JGroups protocol stack properties.
  -         ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  -      -->
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
   
         <!--
  
  
  
  1.10      +56 -26    JBossCache/etc/META-INF/mixedPolicy-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mixedPolicy-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/mixedPolicy-eviction-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- mixedPolicy-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.9
  +++ mixedPolicy-eviction-service.xml	17 Apr 2007 21:54:58 -0000	1.10
  @@ -62,32 +62,62 @@
         -->
         <attribute name="ClusterConfig">
            <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  +         	<UDP mcast_addr="228.10.10.10"
  +		         mcast_port="45588"
  +		         tos="8"
  +		         ucast_recv_buf_size="20000000"
  +		         ucast_send_buf_size="640000"
  +		         mcast_recv_buf_size="25000000"
  +		         mcast_send_buf_size="640000"
  +		         loopback="false"
  +		         discard_incompatible_packets="true"
  +		         max_bundle_size="64000"
  +		         max_bundle_timeout="30"
  +		         use_incoming_packet_handler="true"
  +		         ip_ttl="2"
  +		         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"
  +		                   discard_delivered_msgs="true"/>
  +		    <UNICAST timeout="300,600,1200,2400,3600"/>
  +		    <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"/>
  +		    <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>
         </attribute>
   
  
  
  
  1.4       +1 -34     JBossCache/etc/META-INF/local-expiration-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-expiration-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-expiration-eviction-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- local-expiration-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.3
  +++ local-expiration-eviction-service.xml	17 Apr 2007 21:54:58 -0000	1.4
  @@ -57,40 +57,7 @@
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
         -->
   
  -      <!-- JGroups protocol stack properties.
  -         ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  -      -->
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  -
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  
  
  
  1.10      +56 -26    JBossCache/etc/META-INF/policyPerRegion-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: policyPerRegion-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/policyPerRegion-eviction-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- policyPerRegion-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.9
  +++ policyPerRegion-eviction-service.xml	17 Apr 2007 21:54:58 -0000	1.10
  @@ -62,32 +62,62 @@
         -->
         <attribute name="ClusterConfig">
            <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  +         	<UDP mcast_addr="228.10.10.10"
  +		         mcast_port="45588"
  +		         tos="8"
  +		         ucast_recv_buf_size="20000000"
  +		         ucast_send_buf_size="640000"
  +		         mcast_recv_buf_size="25000000"
  +		         mcast_send_buf_size="640000"
  +		         loopback="false"
  +		         discard_incompatible_packets="true"
  +		         max_bundle_size="64000"
  +		         max_bundle_timeout="30"
  +		         use_incoming_packet_handler="true"
  +		         ip_ttl="2"
  +		         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"
  +		                   discard_delivered_msgs="true"/>
  +		    <UNICAST timeout="300,600,1200,2400,3600"/>
  +		    <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"/>
  +		    <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>
         </attribute>
   
  
  
  
  1.14      +55 -26    JBossCache/etc/META-INF/buddyreplication-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buddyreplication-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/buddyreplication-service.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- buddyreplication-service.xml	8 Feb 2007 14:38:11 -0000	1.13
  +++ buddyreplication-service.xml	17 Apr 2007 21:54:58 -0000	1.14
  @@ -65,32 +65,61 @@
         -->
         <attribute name="ClusterConfig">
            <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.5" mcast_port="45577"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           up_thread="false" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  +         	<UDP mcast_addr="228.10.10.10"
  +		         mcast_port="45588"
  +		         tos="8"
  +		         ucast_recv_buf_size="20000000"
  +		         ucast_send_buf_size="640000"
  +		         mcast_recv_buf_size="25000000"
  +		         mcast_send_buf_size="640000"
  +		         loopback="false"
  +		         discard_incompatible_packets="true"
  +		         max_bundle_size="64000"
  +		         max_bundle_timeout="30"
  +		         use_incoming_packet_handler="true"
  +		         ip_ttl="2"
  +		         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"
  +		                   discard_delivered_msgs="true"/>
  +		    <UNICAST timeout="300,600,1200,2400,3600"/>
  +		    <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"/>		    
  +		    <FRAG2 frag_size="60000"/>
  +		    <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
  +		    <!-- <pbcast.STATE_TRANSFER/> -->
  +   			<pbcast.FLUSH timeout="0"/>
            </config>
         </attribute>
   
  
  
  
  1.11      +2 -35     JBossCache/etc/META-INF/local-fifo-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-fifo-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-fifo-eviction-service.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- local-fifo-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.10
  +++ local-fifo-eviction-service.xml	17 Apr 2007 21:54:58 -0000	1.11
  @@ -57,40 +57,7 @@
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
         -->
   
  -      <!-- JGroups protocol stack properties.
  -         ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  -      -->
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  -
  +     <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  
  
  
  1.11      +1 -33     JBossCache/etc/META-INF/local-mru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-mru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-mru-eviction-service.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- local-mru-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.10
  +++ local-mru-eviction-service.xml	17 Apr 2007 21:54:58 -0000	1.11
  @@ -57,39 +57,7 @@
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
         -->
   
  -      <!-- JGroups protocol stack properties.
  -         ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  -      -->
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
   
         <!--
  
  
  
  1.9       +1 -34     JBossCache/etc/META-INF/local-elementsize-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-elementsize-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-elementsize-eviction-service.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- local-elementsize-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.8
  +++ local-elementsize-eviction-service.xml	17 Apr 2007 21:54:58 -0000	1.9
  @@ -57,40 +57,7 @@
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
         -->
   
  -      <!-- JGroups protocol stack properties.
  -         ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  -      -->
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  -
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  
  
  
  1.9       +55 -26    JBossCache/etc/META-INF/replSync-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-passivation-service.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- replSync-passivation-service.xml	8 Feb 2007 14:52:42 -0000	1.8
  +++ replSync-passivation-service.xml	17 Apr 2007 21:54:58 -0000	1.9
  @@ -62,32 +62,61 @@
         -->
         <attribute name="ClusterConfig">
            <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  +         	<UDP mcast_addr="228.10.10.10"
  +		         mcast_port="45588"
  +		         tos="8"
  +		         ucast_recv_buf_size="20000000"
  +		         ucast_send_buf_size="640000"
  +		         mcast_recv_buf_size="25000000"
  +		         mcast_send_buf_size="640000"
  +		         loopback="false"
  +		         discard_incompatible_packets="true"
  +		         max_bundle_size="64000"
  +		         max_bundle_timeout="30"
  +		         use_incoming_packet_handler="true"
  +		         ip_ttl="2"
  +		         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"
  +		                   discard_delivered_msgs="true"/>
  +		    <UNICAST timeout="300,600,1200,2400,3600"/>
  +		    <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"/>		    
  +		    <FRAG2 frag_size="60000"/>
  +		    <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
  +		    <!-- <pbcast.STATE_TRANSFER/> -->
  +   			<pbcast.FLUSH timeout="0"/>
            </config>
         </attribute>
   
  
  
  
  1.6       +1 -37     JBossCache/etc/META-INF/local-eviction-cacheloader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-eviction-cacheloader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-eviction-cacheloader-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- local-eviction-cacheloader-service.xml	8 Feb 2007 14:52:42 -0000	1.5
  +++ local-eviction-cacheloader-service.xml	17 Apr 2007 21:54:58 -0000	1.6
  @@ -48,43 +48,7 @@
         -->
         <attribute name="ClusterName">JBossCache-Cluster</attribute>
   
  -      <!-- JGroups protocol stack properties. Can also be a URL,
  -           e.g. file:/home/bela/default.xml
  -         <attribute name="ClusterProperties"></attribute>
  -      -->
  -
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10"
  -                     down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  -
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  
  
  
  1.18      +55 -46    JBossCache/etc/META-INF/replSync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-service.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- replSync-service.xml	8 Feb 2007 14:38:11 -0000	1.17
  +++ replSync-service.xml	17 Apr 2007 21:54:58 -0000	1.18
  @@ -79,13 +79,8 @@
         -->
         <attribute name="ClusterConfig">
            <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <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"
  @@ -96,35 +91,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"
  -                        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_reading_thread="true"/> -->
  -            <pbcast.STATE_TRANSFER down_thread="false" up_thread="false"/>
  -            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="6000"/>
  +		                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>
         </attribute>
   
  
  
  
  1.8       +57 -22    JBossCache/etc/META-INF/mux-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mux-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/mux-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- mux-service.xml	8 Feb 2007 14:52:42 -0000	1.7
  +++ mux-service.xml	17 Apr 2007 21:54:58 -0000	1.8
  @@ -63,27 +63,62 @@
         <!-- ClusterConfig is not used with multiplexer
         <attribute name="ClusterConfig">
             <config>
  -              <UDP mcast_addr="228.1.2.5" mcast_port="45577"
  -                  ip_ttl="64" ip_mcast="true"
  -                  mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                  ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                  loopback="false"/>
  -              <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -              <MERGE2 min_interval="10000" max_interval="20000"/>
  -              <FD shun="true" up_thread="true" down_thread="true"/>
  -              <VERIFY_SUSPECT timeout="1500"
  -                  up_thread="false" down_thread="false"/>
  -              <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                  up_thread="false" down_thread="false"/>
  -              <pbcast.STABLE desired_avg_gossip="20000"
  -                  up_thread="false" down_thread="false"/>
  -              <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -              <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -              <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                  shun="true" print_local_addr="true"/>
  -              <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  +         	<UDP mcast_addr="228.10.10.10"
  +		         mcast_port="45588"
  +		         tos="8"
  +		         ucast_recv_buf_size="20000000"
  +		         ucast_send_buf_size="640000"
  +		         mcast_recv_buf_size="25000000"
  +		         mcast_send_buf_size="640000"
  +		         loopback="false"
  +		         discard_incompatible_packets="true"
  +		         max_bundle_size="64000"
  +		         max_bundle_timeout="30"
  +		         use_incoming_packet_handler="true"
  +		         ip_ttl="2"
  +		         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"
  +		                   discard_delivered_msgs="true"/>
  +		    <UNICAST timeout="300,600,1200,2400,3600"/>
  +		    <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"/>
  +		    <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>
         </attribute>
         -->
  
  
  
  1.12      +3 -34     JBossCache/etc/META-INF/local-lfu-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lfu-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lfu-eviction-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- local-lfu-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.11
  +++ local-lfu-eviction-service.xml	17 Apr 2007 21:54:58 -0000	1.12
  @@ -57,39 +57,8 @@
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
         -->
   
  -      <!-- JGroups protocol stack properties.
  -         ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  -      -->
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  +      
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
   
         <!--
  
  
  
  1.12      +1 -33     JBossCache/etc/META-INF/local-lru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lru-eviction-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- local-lru-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.11
  +++ local-lru-eviction-service.xml	17 Apr 2007 21:54:58 -0000	1.12
  @@ -58,39 +58,7 @@
         <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
         -->
   
  -      <!-- JGroups protocol stack properties.
  -         ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  -      -->
  -      <attribute name="ClusterConfig">
  -         <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  -         </config>
  -      </attribute>
  +      <!-- JGroups protocol stack properties NOT NEEDED since CacheMode is LOCAL -->
   
   
         <!--
  
  
  
  1.7       +56 -26    JBossCache/etc/META-INF/pojocache-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/pojocache-passivation-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- pojocache-passivation-service.xml	8 Feb 2007 14:52:42 -0000	1.6
  +++ pojocache-passivation-service.xml	17 Apr 2007 21:54:58 -0000	1.7
  @@ -62,32 +62,62 @@
         -->
         <attribute name="ClusterConfig">
            <config>
  -            <!-- UDP: if you have a multihomed machine,
  -  set the bind_addr attribute to the appropriate NIC IP address -->
  -            <!-- UDP: On Windows machines, because of the media sense feature
  -      being broken with multicast (even after disabling media sense)
  -      set the loopback attribute to true -->
  -            <UDP mcast_addr="228.1.2.3" mcast_port="48866"
  -                 ip_ttl="64" ip_mcast="true"
  -                 mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  -                 ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  -                 loopback="false"/>
  -            <PING timeout="2000" num_initial_members="3"
  -                  up_thread="false" down_thread="false"/>
  -            <MERGE2 min_interval="10000" max_interval="20000"/>
  -            <FD shun="true" up_thread="true" down_thread="true"/>
  -            <VERIFY_SUSPECT timeout="1500"
  -                            up_thread="false" down_thread="false"/>
  -            <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
  -                           max_xmit_size="8192" up_thread="false" down_thread="false"/>
  -            <UNICAST timeout="600,1200,2400" down_thread="false"/>
  -            <pbcast.STABLE desired_avg_gossip="20000"
  -                           up_thread="false" down_thread="false"/>
  -            <FRAG frag_size="8192"
  -                  down_thread="false" up_thread="false"/>
  -            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
  -                        shun="true" print_local_addr="true"/>
  -            <pbcast.STATE_TRANSFER up_thread="false" down_thread="false"/>
  +         	<UDP mcast_addr="228.10.10.10"
  +		         mcast_port="45588"
  +		         tos="8"
  +		         ucast_recv_buf_size="20000000"
  +		         ucast_send_buf_size="640000"
  +		         mcast_recv_buf_size="25000000"
  +		         mcast_send_buf_size="640000"
  +		         loopback="false"
  +		         discard_incompatible_packets="true"
  +		         max_bundle_size="64000"
  +		         max_bundle_timeout="30"
  +		         use_incoming_packet_handler="true"
  +		         ip_ttl="2"
  +		         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"
  +		                   discard_delivered_msgs="true"/>
  +		    <UNICAST timeout="300,600,1200,2400,3600"/>
  +		    <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"/>
  +		    <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>
         </attribute>
   
  
  
  



More information about the jboss-cvs-commits mailing list