[jboss-jira] [JBoss JIRA] Resolved: (JGRP-570) Complete thread naming for all channel threads

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Tue Oct 30 14:24:06 EDT 2007


     [ http://jira.jboss.com/jira/browse/JGRP-570?page=all ]

Vladimir Blagojevic resolved JGRP-570.
--------------------------------------

    Resolution: Done

Resolved by introducing ThreadFactory as a field of ProtocolStack. Thus we removed all proliferated ThreadNamingPattern references as well as resolved the problem of thread renaming for short lived threads (ViewHandler, MergeTask and so on).

Commit set:

Revision  Path
1.1             JGroups/src/org/jgroups/ThreadFactory.java
1.54          JGroups/src/org/jgroups/stack/ProtocolStack.java

All other changes are trivial string replacement.

> Complete thread naming for all channel threads
> ----------------------------------------------
>
>                 Key: JGRP-570
>                 URL: http://jira.jboss.com/jira/browse/JGRP-570
>             Project: JGroups
>          Issue Type: Feature Request
>            Reporter: Vladimir Blagojevic
>         Assigned To: Vladimir Blagojevic
>             Fix For: 2.6
>
>
> We have improved thread naming in Jgroups 2.5 release. However, we still have threads in protocols above TP that are named independently of TP threads - they follow different naming pattern. We should investigate how to consistently name all threads that belong to one channel. Should we pass ThreadNamingPattern as and event through the stack?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list