You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Xinyu Liu (JIRA)" <ji...@apache.org> on 2018/01/04 20:34:01 UTC

[jira] [Updated] (SAMZA-1383) KafkaCheckpointManager does not propagate the cause of exceptions.

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

Xinyu Liu updated SAMZA-1383:
-----------------------------
    Fix Version/s:     (was: 0.14.0)
                   0.15.0

> KafkaCheckpointManager does not propagate the cause of exceptions.
> ------------------------------------------------------------------
>
>                 Key: SAMZA-1383
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1383
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Jake Maes
>            Assignee: Jake Maes
>             Fix For: 0.15.0
>
>
> Specifically, when the DifferingSystemStreamPartitionGrouperFactoryValues exception is thrown from KafkaCheckpointLogKey, it gets wrapped in a SamzaException with a generic message. Then, only the generic message is printed by the warn() log on line 270 of KafkaCheckpointManager.
> It should either pass the throwable to the warn() method or do a better job of reporting the root cause exception.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)