Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently in the PartitionManager we just log the message and move on after retryFurther() returns false.
There should be some method called on the FailedMsgRetryManager interface that gives a chance to write CustomRetryManagers, to do something with that offset/partition before just removing it. This might help STORM-1869 also.
Relevant PR: https://github.com/apache/storm/pull/2046
Attachments
Issue Links
- links to