You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jagadish (JIRA)" <ji...@apache.org> on 2016/03/24 01:33:25 UTC

[jira] [Created] (SAMZA-911) Abandon producer retry after a certain # of errors

Jagadish created SAMZA-911:
------------------------------

             Summary: Abandon producer retry after a certain # of errors
                 Key: SAMZA-911
                 URL: https://issues.apache.org/jira/browse/SAMZA-911
             Project: Samza
          Issue Type: Bug
            Reporter: Jagadish
            Assignee: Jagadish


Currently, the KafkaSystemProducer's  producer loop keeps retrying indefinitely when there is an exception in the retryBackOff loop. If there are repeated exceptions, then it makes sense to retry for awhile, and then fail the container. 

Long term, we should focus on getting rid off the retryBackOff loop, and close the producer object in the callback during failure. This will guarantee in-order delivery.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)