You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/23 16:02:58 UTC

[jira] [Commented] (FLUME-3027) Kafka Channel should clear offsets map after commit

    [ https://issues.apache.org/jira/browse/FLUME-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15690538#comment-15690538 ] 

ASF GitHub Bot commented on FLUME-3027:
---------------------------------------

GitHub user jholoman opened a pull request:

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

    FLUME-3027 Kafka Channel should clear offsets map after commit

    Added a call to clear the offsets map after a commit so as to avoid repeatedly committing already-committed offsets. Also updated various debug and trace log messages/calls to help with troubleshooting.
    


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

    $ git pull https://github.com/jholoman/flume FLUME-3027-3

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

    https://github.com/apache/flume/pull/92.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 #92
    
----
commit 5756f22f815ccf58050239b8676c47ac6567a006
Author: jholoman <je...@gmail.com>
Date:   2016-11-23T15:52:06Z

    FLUME-3027 Kafka Channel should clear offsets map after commit

----


> Kafka Channel should clear offsets map after commit
> ---------------------------------------------------
>
>                 Key: FLUME-3027
>                 URL: https://issues.apache.org/jira/browse/FLUME-3027
>             Project: Flume
>          Issue Type: Bug
>            Reporter: Jeff Holoman
>            Assignee: Jeff Holoman
>
> Currently the channel doesn't clear the TopicPartition / OffsetsAndMetadata map after a commit. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)