You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Stig Rohde Døssing (JIRA)" <ji...@apache.org> on 2017/03/14 21:11:41 UTC

[jira] [Created] (STORM-2413) New Kafka spout is ignoring retry limit

Stig Rohde Døssing created STORM-2413:
-----------------------------------------

             Summary: New Kafka spout is ignoring retry limit
                 Key: STORM-2413
                 URL: https://issues.apache.org/jira/browse/STORM-2413
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-kafka-client
            Reporter: Stig Rohde Døssing
            Assignee: Stig Rohde Døssing


The new Kafka spout ignores retry limits. The problem is that a new KafkaSpoutMessageId is constructed on every retry, so the numFails counter it contains is always either 0 or 1. We should reuse the existing message id when retrying a record.



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