You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sahoo (JIRA)" <ji...@apache.org> on 2009/11/11 14:45:39 UTC

[jira] Created: (FELIX-1862) fileinstall thread name as printed in log messages need to be less verbose

fileinstall thread name as printed in log messages need to be less verbose
--------------------------------------------------------------------------

                 Key: FELIX-1862
                 URL: https://issues.apache.org/jira/browse/FELIX-1862
             Project: Felix
          Issue Type: Bug
          Components: File Install
    Affects Versions: fileinstall-2.0.4
         Environment: generic
            Reporter: Sahoo


Look at the following message. The thread created by fileinstall has a name that includes everything that's used to configure fileinstall:

[#|2009-11-11T19:06:28.958+0530|INFO|glassfishv3.0|null|_ThreadID=23;_ThreadName={felix.fileinstall.poll=5000, felix.fileinstall.bundles.new.start=true, felix.fileinstall.dir=/space/ss141213/WS/gf/v3/publish/glassfishv3/glassfish/modules/autostart/, felix.fileinstall.debug=1};|Installed /space/ss141213/WS/gf/v3/publish/glassfishv3/glassfish/modules/autostart/org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]

It would have been sufficient to only include the watched directory name in the thread name as there is always one thread per watched directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-1862) fileinstall thread name as printed in log messages need to be less verbose

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

Guillaume Nodet resolved FELIX-1862.
------------------------------------

       Resolution: Fixed
    Fix Version/s: fileinstall-2.0.6
         Assignee: Guillaume Nodet

Sending        fileinstall/src/main/java/org/apache/felix/fileinstall/internal/DirectoryWatcher.java
Transmitting file data .
Committed revision 891575.


> fileinstall thread name as printed in log messages need to be less verbose
> --------------------------------------------------------------------------
>
>                 Key: FELIX-1862
>                 URL: https://issues.apache.org/jira/browse/FELIX-1862
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-2.0.4
>         Environment: generic
>            Reporter: Sahoo
>            Assignee: Guillaume Nodet
>             Fix For: fileinstall-2.0.6
>
>
> Look at the following message. The thread created by fileinstall has a name that includes everything that's used to configure fileinstall:
> [#|2009-11-11T19:06:28.958+0530|INFO|glassfishv3.0|null|_ThreadID=23;_ThreadName={felix.fileinstall.poll=5000, felix.fileinstall.bundles.new.start=true, felix.fileinstall.dir=/space/ss141213/WS/gf/v3/publish/glassfishv3/glassfish/modules/autostart/, felix.fileinstall.debug=1};|Installed /space/ss141213/WS/gf/v3/publish/glassfishv3/glassfish/modules/autostart/org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]
> It would have been sufficient to only include the watched directory name in the thread name as there is always one thread per watched directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.