[jboss-cvs] JBossAS SVN: r94192 - trunk/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 30 22:20:55 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-09-30 22:20:55 -0400 (Wed, 30 Sep 2009)
New Revision: 94192

Modified:
   trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-7113] Use 224.0.75.75 as default diagnostics address
Port OOB pool configs from JBPAPP_5_0

Modified: trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-10-01 02:12:49 UTC (rev 94191)
+++ trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-10-01 02:20:55 UTC (rev 94192)
@@ -19,9 +19,9 @@
 		     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.0.75}"
-             diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
+           enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
+           diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
+           diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
              
 		     thread_pool.enabled="true"
 		     thread_pool.min_threads="20"
@@ -32,8 +32,8 @@
 		     thread_pool.rejection_policy="discard"
 		      
 		     oob_thread_pool.enabled="true"
-		     oob_thread_pool.min_threads="1"
-		     oob_thread_pool.max_threads="1000"
+		     oob_thread_pool.min_threads="20"
+		     oob_thread_pool.max_threads="200"
 		     oob_thread_pool.keep_alive_time="1000"
 		     oob_thread_pool.queue_enabled="false"
 		     oob_thread_pool.rejection_policy="discard"/>
@@ -122,7 +122,7 @@
              thread_naming_pattern="cl"
              timer.num_threads="12"
              enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
-             diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+             diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
              diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
 
              thread_pool.enabled="true"
@@ -134,8 +134,8 @@
              thread_pool.rejection_policy="discard"
       
              oob_thread_pool.enabled="true"
-             oob_thread_pool.min_threads="1"
-             oob_thread_pool.max_threads="1000"
+             oob_thread_pool.min_threads="8"
+             oob_thread_pool.max_threads="200"
              oob_thread_pool.keep_alive_time="1000"
              oob_thread_pool.queue_enabled="false"
              oob_thread_pool.rejection_policy="discard"/>
@@ -189,7 +189,7 @@
                  enable_bundling="false"
                  ip_ttl="${jgroups.udp.ip_ttl:2}"
                  enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
-                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
                  diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
 
 		           thread_pool.enabled="true"
@@ -201,8 +201,8 @@
     		        thread_pool.rejection_policy="discard"
     		
     		        oob_thread_pool.enabled="true"
-    		        oob_thread_pool.min_threads="1"
-    		        oob_thread_pool.max_threads="1000"
+    		        oob_thread_pool.min_threads="20"
+    		        oob_thread_pool.max_threads="200"
     		        oob_thread_pool.keep_alive_time="1000"
     		        oob_thread_pool.queue_enabled="false"
     		        oob_thread_pool.rejection_policy="discard"/>
@@ -255,7 +255,7 @@
                  skip_suspected_members="true"
                  timer.num_threads="12"
                  enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
-                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
                  diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
 	
 		           thread_pool.enabled="true"
@@ -267,8 +267,8 @@
 		           thread_pool.rejection_policy="discard"
 		
                  oob_thread_pool.enabled="true"
-		           oob_thread_pool.min_threads="1"
-		           oob_thread_pool.max_threads="1000"
+		           oob_thread_pool.min_threads="20"
+		           oob_thread_pool.max_threads="200"
 		           oob_thread_pool.keep_alive_time="1000"
 		           oob_thread_pool.queue_enabled="false"
 		           oob_thread_pool.rejection_policy="discard"/>
@@ -334,7 +334,7 @@
                  sock_conn_timeout="300"
                  skip_suspected_members="true"
                  enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
-                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
                  diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
                  
                  thread_pool.enabled="true"
@@ -346,8 +346,8 @@
 		           thread_pool.rejection_policy="discard"
 		
 		           oob_thread_pool.enabled="true"
-		           oob_thread_pool.min_threads="1"
-		           oob_thread_pool.max_threads="1000"
+		           oob_thread_pool.min_threads="20"
+		           oob_thread_pool.max_threads="200"
 		           oob_thread_pool.keep_alive_time="1000"
 		           oob_thread_pool.queue_enabled="false"
 		           oob_thread_pool.rejection_policy="discard"/>
@@ -445,7 +445,7 @@
                  sock_conn_timeout="300"
                  skip_suspected_members="true"
                  enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
-                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+                 diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
                  diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
                  
                  thread_pool.enabled="true"




More information about the jboss-cvs-commits mailing list