[jbosscache-commits] JBoss Cache SVN: r4810 - 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 09:55:08 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-07 09:55:08 -0500 (Fri, 07 Dec 2007)
New Revision: 4810

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-sync-br.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 14:32:50 UTC (rev 4809)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-async-br.xml	2007-12-07 14:55:08 UTC (rev 4810)
@@ -28,8 +28,10 @@
                  use_incoming_packet_handler="true"
                  use_outgoing_packet_handler="false"
                  bind_addr="127.0.0.1"
-                 enable_bundling="false"/>
-            <MPING timeout="2000" num_initial_members="3" mcast_addr="224.10.10.15" mcast_port="44553"/>
+                 enable_bundling="false"
+                 start_port="7800"
+                  />
+            <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" />
             <MERGE2 max_interval="100000"
                     down_thread="false" up_thread="false" min_interval="20000"/>
             <FD_SOCK down_thread="false" up_thread="false"/>

Modified: cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync-br.xml
===================================================================
--- cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync-br.xml	2007-12-07 14:32:50 UTC (rev 4809)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync-br.xml	2007-12-07 14:55:08 UTC (rev 4810)
@@ -28,8 +28,11 @@
                  use_incoming_packet_handler="true"
                  use_outgoing_packet_handler="false"
                  bind_addr="127.0.0.1"
-                 enable_bundling="false"/>
-            <MPING timeout="2000" num_initial_members="3" mcast_addr="224.10.10.15" mcast_port="44553"/>
+                 enable_bundling="false"
+                 start_port="7800"
+                  />
+            <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"/>-->
             <MERGE2 max_interval="100000"
                     down_thread="false" up_thread="false" min_interval="20000"/>
             <FD_SOCK down_thread="false" up_thread="false"/>




More information about the jbosscache-commits mailing list