[infinispan-commits] Infinispan SVN: r1729 - in trunk/core/src: test/resources/configs/jbosscache3x and 1 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Apr 27 11:36:54 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-04-27 11:36:52 -0400 (Tue, 27 Apr 2010)
New Revision: 1729

Modified:
   trunk/core/src/main/resources/config-samples/jgroups-udp.xml
   trunk/core/src/test/resources/configs/jbosscache3x/all.xml
   trunk/core/src/test/resources/configs/jbosscache3x/buddy-replication.xml
   trunk/core/src/test/resources/configs/jbosscache3x/invalidation-async.xml
   trunk/core/src/test/resources/configs/jbosscache3x/total-replication.xml
   trunk/core/src/test/resources/stacks/udp.xml
Log:
[ISPN-408] (Set loopback to true for JGroups configs we ship with)

Modified: trunk/core/src/main/resources/config-samples/jgroups-udp.xml
===================================================================
--- trunk/core/src/main/resources/config-samples/jgroups-udp.xml	2010-04-27 12:52:10 UTC (rev 1728)
+++ trunk/core/src/main/resources/config-samples/jgroups-udp.xml	2010-04-27 15:36:52 UTC (rev 1729)
@@ -9,7 +9,7 @@
          ucast_send_buf_size="640000"
          mcast_recv_buf_size="25000000"
          mcast_send_buf_size="640000"
-         loopback="false"
+         loopback="true"
          discard_incompatible_packets="true"
          max_bundle_size="64000"
          max_bundle_timeout="30"

Modified: trunk/core/src/test/resources/configs/jbosscache3x/all.xml
===================================================================
--- trunk/core/src/test/resources/configs/jbosscache3x/all.xml	2010-04-27 12:52:10 UTC (rev 1728)
+++ trunk/core/src/test/resources/configs/jbosscache3x/all.xml	2010-04-27 15:36:52 UTC (rev 1729)
@@ -106,7 +106,7 @@
         <jgroupsConfig>
 
             <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"
-                 loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
+                 loopback="true" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
                  mcast_port="45588" mcast_recv_buf_size="25000000" mcast_send_buf_size="640000"
                  oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="4"
                  oob_thread_pool.min_threads="1" oob_thread_pool.queue_enabled="true"

Modified: trunk/core/src/test/resources/configs/jbosscache3x/buddy-replication.xml
===================================================================
--- trunk/core/src/test/resources/configs/jbosscache3x/buddy-replication.xml	2010-04-27 12:52:10 UTC (rev 1728)
+++ trunk/core/src/test/resources/configs/jbosscache3x/buddy-replication.xml	2010-04-27 15:36:52 UTC (rev 1729)
@@ -15,7 +15,7 @@
       <!-- JGroups protocol stack properties. -->
       <jgroupsConfig>
          <TCP start_port="7800" discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="true"
-              enable_unicast_bundling="false" loopback="false" max_bundle_size="64000" max_bundle_timeout="30"
+              enable_unicast_bundling="false" loopback="true" max_bundle_size="64000" max_bundle_timeout="30"
               oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="8"
               oob_thread_pool.min_threads="2" oob_thread_pool.queue_enabled="false" oob_thread_pool.queue_max_size="10"
               oob_thread_pool.rejection_policy="Run" recv_buf_size="20000000" thread_naming_pattern="pl"

Modified: trunk/core/src/test/resources/configs/jbosscache3x/invalidation-async.xml
===================================================================
--- trunk/core/src/test/resources/configs/jbosscache3x/invalidation-async.xml	2010-04-27 12:52:10 UTC (rev 1728)
+++ trunk/core/src/test/resources/configs/jbosscache3x/invalidation-async.xml	2010-04-27 15:36:52 UTC (rev 1729)
@@ -16,7 +16,7 @@
       <!-- JGroups protocol stack properties. -->
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="true" enable_diagnostics="false" ip_ttl="2"
-              loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
+              loopback="true" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
               mcast_port="45588" mcast_recv_buf_size="100000000" mcast_send_buf_size="640000"
               oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="20"
               oob_thread_pool.min_threads="8" oob_thread_pool.queue_enabled="false" oob_thread_pool.queue_max_size="10"

Modified: trunk/core/src/test/resources/configs/jbosscache3x/total-replication.xml
===================================================================
--- trunk/core/src/test/resources/configs/jbosscache3x/total-replication.xml	2010-04-27 12:52:10 UTC (rev 1728)
+++ trunk/core/src/test/resources/configs/jbosscache3x/total-replication.xml	2010-04-27 15:36:52 UTC (rev 1729)
@@ -9,7 +9,7 @@
       <!-- JGroups protocol stack properties. -->
       <jgroupsConfig>
          <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"
-              loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
+              loopback="true" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
               mcast_port="45588" mcast_recv_buf_size="25000000" mcast_send_buf_size="640000"
               oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="4"
               oob_thread_pool.min_threads="1" oob_thread_pool.queue_enabled="true" oob_thread_pool.queue_max_size="10"

Modified: trunk/core/src/test/resources/stacks/udp.xml
===================================================================
--- trunk/core/src/test/resources/stacks/udp.xml	2010-04-27 12:52:10 UTC (rev 1728)
+++ trunk/core/src/test/resources/stacks/udp.xml	2010-04-27 15:36:52 UTC (rev 1729)
@@ -9,7 +9,7 @@
          ucast_send_buf_size="640000"
          mcast_recv_buf_size="25000000"
          mcast_send_buf_size="640000"
-         loopback="false"
+         loopback="true"
          discard_incompatible_packets="true"
          max_bundle_size="64000"
          max_bundle_timeout="30"



More information about the infinispan-commits mailing list