[jboss-cvs] JBossAS SVN: r110878 - branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 10 05:37:47 EST 2011


Author: rhusar
Date: 2011-03-10 05:37:47 -0500 (Thu, 10 Mar 2011)
New Revision: 110878

Modified:
   branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-tcp.xml
   branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-udp-async.xml
   branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-udp.xml
Log:
JBPAPP-6018 removing UDP property timer.num_threads, it was deprecated and is ignored

Modified: branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-tcp.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-tcp.xml	2011-03-10 10:37:17 UTC (rev 110877)
+++ branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-tcp.xml	2011-03-10 10:37:47 UTC (rev 110878)
@@ -20,7 +20,6 @@
          use_send_queues="false"
          sock_conn_timeout="300"
          skip_suspected_members="true"
-         timer.num_threads="12"
          enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
          diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
          diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"

Modified: branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-udp-async.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-udp-async.xml	2011-03-10 10:37:17 UTC (rev 110877)
+++ branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-udp-async.xml	2011-03-10 10:37:47 UTC (rev 110878)
@@ -23,7 +23,6 @@
          max_bundle_timeout="30"
          ip_ttl="${jgroups.udp.ip_ttl:2}"
          thread_naming_pattern="cl"
-         timer.num_threads="12"
          enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
          diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
          diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"

Modified: branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-udp.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-udp.xml	2011-03-10 10:37:17 UTC (rev 110877)
+++ branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/jgroups-datagrid-udp.xml	2011-03-10 10:37:47 UTC (rev 110878)
@@ -25,7 +25,6 @@
          enable_bundling="false"
          ip_ttl="${jgroups.udp.ip_ttl:2}"
          thread_naming_pattern="cl"
-         timer.num_threads="12"
          enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
          diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
          diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"



More information about the jboss-cvs-commits mailing list