You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by ffernandez92 <gi...@git.apache.org> on 2018/06/29 07:12:04 UTC

[GitHub] flume pull request #213: FLUME-3235.patch Flume TAILDIR lost last line

GitHub user ffernandez92 opened a pull request:

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

    FLUME-3235.patch Flume TAILDIR lost last line

    There is an open issue https://issues.apache.org/jira/projects/FLUME/issues/FLUME-3235?filter=allopenissues that reports a problem about avoiding last line when this line does not contain a \n or \r\n.
    
    This commit fix the problem

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

    $ git pull https://github.com/ffernandez92/flume patch-1

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

    https://github.com/apache/flume/pull/213.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 #213
    
----
commit 43585412892276fc924d3e2fb0e16300510652af
Author: ffernandez92 <ff...@...>
Date:   2018-06-29T07:07:28Z

    FLUME-3235. Flume TAILDIR lost last line
    
    There is an open issue https://issues.apache.org/jira/projects/FLUME/issues/FLUME-3235?filter=allopenissues that reports a problem about avoiding last line when this line does not contain a \n or \r\n.
    
    This commit fix the problem

----


---