Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- is duplicated by
-
STORM-2352 New Kafka spout retries for ever even with retries of 5
- Resolved
- links to