[jbosscache-commits] JBoss Cache SVN: r4812 - cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Dec 7 10:05:00 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-07 10:05:00 -0500 (Fri, 07 Dec 2007)
New Revision: 4812

Modified:
   cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml
   cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async.xml
Log:
Additional configs

Modified: cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml
===================================================================
--- cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml	2007-12-07 15:00:16 UTC (rev 4811)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml	2007-12-07 15:05:00 UTC (rev 4812)
@@ -20,19 +20,39 @@
       <attribute name="ClusterName">JBossCache-Cluster</attribute>
       <attribute name="ClusterConfig">
          <config>
-            <TCP
+            <UDP mcast_addr="232.10.10.10"
+                 mcast_port="45599"
+                 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"
                  use_outgoing_packet_handler="false"
-                 bind_addr="127.0.0.1"
-                 enable_bundling="false"
-                 start_port="7800"
-                  />
+                 ip_ttl="2"
+                 down_thread="false" up_thread="false"
+                 enable_bundling="true"/>
+            <PING timeout="2000"
+                  down_thread="false" up_thread="false" num_initial_members="3"/>
+
+            <!--<TCP-->
+                 <!--loopback="false"-->
+                 <!--discard_incompatible_packets="true"-->
+                 <!--max_bundle_size="64000"-->
+                 <!--max_bundle_timeout="30"-->
+                 <!--use_incoming_packet_handler="true"-->
+                 <!--use_outgoing_packet_handler="false"-->
+                 <!--bind_addr="127.0.0.1"-->
+                 <!--enable_bundling="false"-->
+                 <!--start_port="7800"-->
+                 <!--enable_bundling="true"-->
+                  <!--/>-->
             <!--<TCPPING initial_hosts="172.17.0.75[7800],172.17.1.75[7800],172.17.2.75[7800],172.17.3.75[7800]" timeout="2000" num_initial_members="3" />-->
-            <MPING timeout="2000" num_initial_members="3" mcast_addr="224.10.10.15" mcast_port="44553"/>
+            <!--<MPING timeout="2000" num_initial_members="3" mcast_addr="224.10.10.15" mcast_port="44553"/>-->
             <MERGE2 max_interval="100000"
                     down_thread="false" up_thread="false" min_interval="20000"/>
             <FD_SOCK down_thread="false" up_thread="false"/>
@@ -43,6 +63,8 @@
                            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"/>
             <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                            down_thread="false" up_thread="false"
                            max_bytes="400000"/>

Modified: cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async.xml
===================================================================
--- cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async.xml	2007-12-07 15:00:16 UTC (rev 4811)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async.xml	2007-12-07 15:05:00 UTC (rev 4812)
@@ -20,7 +20,7 @@
       <attribute name="ClusterName">JBossCache-Cluster</attribute>
       <attribute name="ClusterConfig">
          <config>
-            <UDP mcast_addr="224.10.10.10"
+            <UDP mcast_addr="232.10.10.10"
                  mcast_port="45599"
                  tos="8"
                  ucast_recv_buf_size="20000000"
@@ -35,7 +35,7 @@
                  use_outgoing_packet_handler="false"
                  ip_ttl="2"
                  down_thread="false" up_thread="false"
-                 enable_bundling="false"/>
+                 enable_bundling="true"/>
             <PING timeout="2000"
                   down_thread="false" up_thread="false" num_initial_members="3"/>
             <MERGE2 max_interval="100000"




More information about the jbosscache-commits mailing list