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 2013/05/30 06:23:19 UTC

[jira] [Created] (FLUME-2058) TestFlumeEventQueue fails on Windows

Roshan Naik created FLUME-2058:
----------------------------------

             Summary: TestFlumeEventQueue  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
             Fix For: v1.4.0


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira