You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by majorendre <gi...@git.apache.org> on 2018/05/30 06:54:47 UTC

[GitHub] flume pull request #208: FLUME-3222 Fix for NoSuchFileException thrown when ...

GitHub user majorendre opened a pull request:

    https://github.com/apache/flume/pull/208

    FLUME-3222 Fix for NoSuchFileException thrown when files are being de…

    …leted from the TAILDIR source
    
    We fetch file names from a directory and later we fetch inodes.
    If there is a delete between these operations this problem occurs.
    Reproduced from unit test.
    Added exception handling to handle this case. 
    It is enough to ignore the NoSuchFileException and continue.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/majorendre/flume FLUME-3222

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/208.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #208
    
----
commit c291b621514f5aa1e0f9fcdc5ba897c66d4ce43f
Author: Endre Major <em...@...>
Date:   2018-05-29T14:31:27Z

    FLUME-3222 Fix for NoSuchFileException thrown when files are being deleted from the TAILDIR source

----


---

[GitHub] flume pull request #208: FLUME-3222 Fix for NoSuchFileException thrown when ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flume/pull/208


---