You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Roshan Naik (JIRA)" <ji...@apache.org> on 2014/11/05 01:10:34 UTC

[jira] [Updated] (FLUME-2058) TestFlumeEventQueue in FileChannel fails on Windows

     [ https://issues.apache.org/jira/browse/FLUME-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roshan Naik updated FLUME-2058:
-------------------------------
    Labels: windows  (was: )

> TestFlumeEventQueue in FileChannel  fails on Windows
> ----------------------------------------------------
>
>                 Key: FLUME-2058
>                 URL: https://issues.apache.org/jira/browse/FLUME-2058
>             Project: Flume
>          Issue Type: Bug
>          Components: File Channel, Test, Windows
>    Affects Versions: v1.3.1
>            Reporter: Roshan Naik
>            Assignee: Roshan Naik
>              Labels: windows
>         Attachments: FLUME-2058.patch
>
>
> Windows does not allow deletion of files that are in use. Java does not yet allow explicitly unmapping memory mapped files so until these files are unmapped by the GC, we cannot delete them explicitly.
> Checkpoint files are being reused across tests. Deletion of checkpoint files fails in these tests as the file memory mapped. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)