You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/03/09 16:12:37 UTC

[jira] [Created] (STORM-2403) Fix KafkaBolt test failure: tick tuple should not be acked

Jungtaek Lim created STORM-2403:
-----------------------------------

             Summary: Fix KafkaBolt test failure: tick tuple should not be acked
                 Key: STORM-2403
                 URL: https://issues.apache.org/jira/browse/STORM-2403
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-kafka
    Affects Versions: 2.0.0, 1.1.0, 1.0.4
            Reporter: Jungtaek Lim
            Assignee: Jungtaek Lim
            Priority: Blocker


From STORM-2387, I changed KafkaBolt to make sure it doesn't ack tick tuples. 
(Tick tuples are generated from each executor and don't trigger ACK_INIT so actually it should not be acked. Acker will keep them and remove some for message timeout so not a big deal though.) 

But I forgot to fix unit test for that, and also missed to check test result. This issue is for making quick fix for that. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)