You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Darryl L. Miles (JIRA)" <ji...@apache.org> on 2012/07/02 16:25:38 UTC

[jira] [Created] (FELIX-3581) org.apache.felix.log.Log instates the thread without meaningful thread name

Darryl L. Miles created FELIX-3581:
--------------------------------------

             Summary: org.apache.felix.log.Log instates the thread without meaningful thread name
                 Key: FELIX-3581
                 URL: https://issues.apache.org/jira/browse/FELIX-3581
             Project: Felix
          Issue Type: Bug
          Components: Log Service
            Reporter: Darryl L. Miles
            Priority: Minor


When org.apache.felix.log.Log instates the thread in addListener(LogListener) it doesn't put any meaningful thread name on it to help identify what it is.

Suggestions... 

listenerThread.setName(listenerThread.getClass().getName());  // or "FelixLogListener"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (FELIX-3581) org.apache.felix.log.Log instates the thread without meaningful thread name

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned FELIX-3581:
----------------------------------------

    Assignee: Felix Meschberger
    
> org.apache.felix.log.Log instates the thread without meaningful thread name
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-3581
>                 URL: https://issues.apache.org/jira/browse/FELIX-3581
>             Project: Felix
>          Issue Type: Bug
>          Components: Log Service
>            Reporter: Darryl L. Miles
>            Assignee: Felix Meschberger
>            Priority: Minor
>
> When org.apache.felix.log.Log instates the thread in addListener(LogListener) it doesn't put any meaningful thread name on it to help identify what it is.
> Suggestions... 
> listenerThread.setName(listenerThread.getClass().getName());  // or "FelixLogListener"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-3581) org.apache.felix.log.Log instates the thread without meaningful thread name

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-3581.
--------------------------------------

    Resolution: Fixed

Thanks for reporting. I have named the thread as suggested in Rev. 1356634
                
> org.apache.felix.log.Log instates the thread without meaningful thread name
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-3581
>                 URL: https://issues.apache.org/jira/browse/FELIX-3581
>             Project: Felix
>          Issue Type: Bug
>          Components: Log Service
>    Affects Versions: log-1.0.1
>            Reporter: Darryl L. Miles
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: log-1.2.0
>
>
> When org.apache.felix.log.Log instates the thread in addListener(LogListener) it doesn't put any meaningful thread name on it to help identify what it is.
> Suggestions... 
> listenerThread.setName(listenerThread.getClass().getName());  // or "FelixLogListener"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3581) org.apache.felix.log.Log instates the thread without meaningful thread name

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated FELIX-3581:
-------------------------------------

    Affects Version/s: log-1.0.1
        Fix Version/s: log-1.2.0
    
> org.apache.felix.log.Log instates the thread without meaningful thread name
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-3581
>                 URL: https://issues.apache.org/jira/browse/FELIX-3581
>             Project: Felix
>          Issue Type: Bug
>          Components: Log Service
>    Affects Versions: log-1.0.1
>            Reporter: Darryl L. Miles
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: log-1.2.0
>
>
> When org.apache.felix.log.Log instates the thread in addListener(LogListener) it doesn't put any meaningful thread name on it to help identify what it is.
> Suggestions... 
> listenerThread.setName(listenerThread.getClass().getName());  // or "FelixLogListener"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira