[logback-dev] [JIRA] Updated: (LBCORE-109) FileAppender writing to a shared (networked) file system

Syvalta (JIRA) noreply-jira at qos.ch
Tue Nov 10 14:46:45 CET 2009


     [ http://jira.qos.ch/browse/LBCORE-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Syvalta updated LBCORE-109:
---------------------------

    Attachment: recreate-writer.patch

An experimental and not so polished patch. Works and simple test passes, but it lacks thread safety currently, so can not be applied as is.

Adding synchronization would be straightforward, but it might affect performance. So some more though might be needed. On the other hand, Writer.write is serialized anyway, so extending synch block a bit might not make much difference.

> FileAppender writing to a shared (networked) file system
> --------------------------------------------------------
>
>                 Key: LBCORE-109
>                 URL: http://jira.qos.ch/browse/LBCORE-109
>             Project: logback-core
>          Issue Type: Bug
>    Affects Versions: 0.9.9, 0.9.10, 0.9.11, 0.9.12, 0.9.13, 0.9.14, 0.9.15
>            Reporter: Ceki Gulcu
>            Assignee: Ceki Gulcu
>         Attachments: recreate-writer.patch
>
>
> FileAppender writing to a shared (networked) file system with lost networked connection.

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

        


More information about the logback-dev mailing list