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 14:02:14 UTC

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

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

Guillaume updated FLUME-2361:
-----------------------------

    Description: 
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 test 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.

  was:
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.


> 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: notrack, v1.4.0
>            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 test 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)