You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Guillaume (JIRA)" <ji...@apache.org> on 2014/04/11 13:58:14 UTC

[jira] [Created] (FLUME-2361) spooldir canary file not deleted when disk full

Guillaume created FLUME-2361:
--------------------------------

             Summary: spooldir canary file not deleted when disk full
                 Key: FLUME-2361
                 URL: https://issues.apache.org/jira/browse/FLUME-2361
             Project: Flume
          Issue Type: Bug
    Affects Versions: v1.4.0, notrack
            Reporter: Guillaume
            Priority: Minor


Flume creates a canary file to check spooldir permissions. If the disk is full, the canary file can be created, but the deletion will not happen as the write will fail and an exception will be thrown before deletion.

An attached patch (to follow) tries to delete the canary in all cases in the error handling itself, just to be safe.



--
This message was sent by Atlassian JIRA
(v6.2#6252)