You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2019/02/26 00:52:03 UTC

[jira] [Updated] (SAMZA-1638) Recreate SystemProducer on KafkaCheckpointManager.writeCheckpoint failure.

     [ https://issues.apache.org/jira/browse/SAMZA-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Maes updated SAMZA-1638:
-----------------------------
    Fix Version/s: 1.0.1
                   1.0.1

> Recreate SystemProducer on KafkaCheckpointManager.writeCheckpoint failure.
> --------------------------------------------------------------------------
>
>                 Key: SAMZA-1638
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1638
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shanthoosh Venkataraman
>            Assignee: Shanthoosh Venkataraman
>            Priority: Major
>             Fix For: 1.0.1
>
>
> Retry loop in the KafkaCheckpointManager implementation currently reuses the same SystemProducer instance on exception and does not recreate it.
> When some irrecoverable exceptions are thrown by the producer, all subsequent operations on that instance will fail there by making the retry loop pointless.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)