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 2017/03/08 08:35:38 UTC

[jira] [Resolved] (SAMZA-1121) StreamAppender should not propagate exceptions to caller

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

Jagadish resolved SAMZA-1121.
-----------------------------
    Resolution: Fixed

Thanks for the timely patch [~pmaheshwari].  merged and submitted to master!

> StreamAppender should not propagate exceptions to caller
> --------------------------------------------------------
>
>                 Key: SAMZA-1121
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1121
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Prateek Maheshwari
>            Assignee: Prateek Maheshwari
>             Fix For: 0.13.0
>
>
> StreamAppender#append currently propagates any exceptions while sending messages to the underlying logging system to the calling code. Since users don't expect log statements to throw exceptions, this can cause unexpected failures.
> We should catch exceptions and log to stderr instead.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)