[ 
https://issues.apache.org/jira/browse/STORM-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hugo Louro closed STORM-2538.
-----------------------------
    Resolution: Won't Fix

Marked as Won't Fix in favor of STORM-2542

> New kafka spout emits duplicate tuples
> --------------------------------------
>
>                 Key: STORM-2538
>                 URL: https://issues.apache.org/jira/browse/STORM-2538
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-kafka-client
>    Affects Versions: 2.0.0, 1.x
>            Reporter: Priyank Shah
>            Assignee: Hugo Louro
>            Priority: Critical
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> Currently, KafkaSpout in storm-kafka-client can cause duplicate tuples to be 
> emitted. Reason is the implementation of ConsumerRebalanceListener interface 
> is called by kafka everytime a new executor comes up. However, on 
> PartitionsRevoked we already have some in flight tuples and are emitting the 
> same ones from the new executor on which the onPartitionsAssigned was called. 
> We need to make sure that we emit only one tuple per kafka message.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to