[jboss-cvs] JBossAS SVN: r77670 - trunk/cluster/src/main/org/jboss/ha/framework/server.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 29 19:12:13 EDT 2008
Author: bstansberry at jboss.com
Date: 2008-08-29 19:12:12 -0400 (Fri, 29 Aug 2008)
New Revision: 77670
Modified:
trunk/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java
Log:
Use the correct name for OOB threads
Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java 2008-08-29 23:02:08 UTC (rev 77669)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java 2008-08-29 23:12:12 UTC (rev 77670)
@@ -928,7 +928,7 @@
{
if (pool_thread_group == null)
pool_thread_group=new ThreadGroup(Util.getGlobalThreadGroup(), "Thread Pools");
- oobPoolFactory = new DefaultThreadFactory(pool_thread_group, "Incoming", false, true);
+ oobPoolFactory = new DefaultThreadFactory(pool_thread_group, "OOB", false, true);
tp.setThreadFactory(oobPoolFactory);
}
fixThreadManager(oobPoolFactory, threadDecorator, "TP.getOOBThreadPoolThreadFactory()");
More information about the jboss-cvs-commits
mailing list