[jbosscache-commits] JBoss Cache SVN: r4811 - 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:00:16 EST 2007


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

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:55:08 UTC (rev 4810)
+++ 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)
@@ -31,7 +31,8 @@
                  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" />
+            <!--<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"/>
@@ -58,7 +59,7 @@
             <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
          </config>
       </attribute>
-      <attribute name="FetchInMemoryState">false</attribute>
+      <attribute name="FetchInMemoryState">true</attribute>
       <attribute name="InitialStateRetrievalTimeout">15000</attribute>
       <attribute name="SyncReplTimeout">60000</attribute>
       <attribute name="LockAcquisitionTimeout">10000</attribute>

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:55:08 UTC (rev 4810)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/conf/pess-repl-sync-br.xml	2007-12-07 15:00:16 UTC (rev 4811)
@@ -31,8 +31,8 @@
                  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"/>-->
+            <!--<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"/>
@@ -59,7 +59,7 @@
             <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
          </config>
       </attribute>
-      <attribute name="FetchInMemoryState">false</attribute>
+      <attribute name="FetchInMemoryState">true</attribute>
       <attribute name="InitialStateRetrievalTimeout">15000</attribute>
       <attribute name="SyncReplTimeout">60000</attribute>
       <attribute name="LockAcquisitionTimeout">10000</attribute>




More information about the jbosscache-commits mailing list