[
https://issues.apache.org/jira/browse/FLUME-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14162712#comment-14162712
]
Hudson commented on FLUME-2495:
-------------------------------
SUCCESS: Integrated in Flume-trunk-hbase-98 #27 (See
[https://builds.apache.org/job/Flume-trunk-hbase-98/27/])
FLUME-2495. Kafka Source may miss events when channel is not available
(hshreedharan:
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=9f0abea027c408669977aa34cd32f5e525bb508b)
*
flume-ng-sources/flume-kafka-source/src/main/java/org/apache/flume/source/kafka/KafkaSource.java
*
flume-ng-sources/flume-kafka-source/src/test/java/org/apache/flume/source/kafka/TestKafkaSource.java
> Kafka Source may miss events when channel is not available
> ----------------------------------------------------------
>
> Key: FLUME-2495
> URL: https://issues.apache.org/jira/browse/FLUME-2495
> Project: Flume
> Issue Type: Bug
> Components: Sinks+Sources
> Reporter: Gwen Shapira
> Assignee: Gwen Shapira
> Attachments: FLUME-2495.0.patch, FLUME-2495.1.patch,
> FLUME-2495.2.patch
>
>
> Because the Kafka consumer itself tracks offsets, and we don't restart the
> consumer when we get channel errors, the consumer will skip messages that we
> couldn't write to channel, even though we did not advance offset in Zookeeper.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)