GitHub user adenes opened a pull request:

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

    FLUME-3085: HDFS Sink can skip flushing some BucketWriters, might lead to 
data loss

    This commit fixes the issue when in `HDFSEventSink.process()` a 
`BucketWriter.append()` call threw a `BucketClosedException` then the newly 
created `BucketWriter` wasn't flushed after the processing loop.

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

    $ git pull https://github.com/adenes/flume FLUME-3085

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

    https://github.com/apache/flume/pull/129.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 #129
    
----
commit f775a629c40bf8373cf3c0a991ea8738e2989c39
Author: Denes Arvay <de...@cloudera.com>
Date:   2017-04-20T13:58:47Z

    FLUME-3085: HDFS Sink can skip flushing some BucketWriters, might lead to 
data loss
    
    This commit fixes the issue when in HDFSEventSink.process() a 
BucketWriter.append()
    call threw a BucketClosedException then the newly created BucketWriter 
wasn't
    flushed after the processing loop.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to