You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by adenes <gi...@git.apache.org> on 2017/04/20 14:05:38 UTC

[GitHub] flume pull request #129: FLUME-3085: HDFS Sink can skip flushing some Bucket...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flume pull request #129: FLUME-3085: HDFS Sink can skip flushing some Bucket...

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

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---