You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/09/02 09:49:21 UTC

[jira] [Created] (FLINK-4566) ProducerFailedException does not properly preserve Exception causes

Stephan Ewen created FLINK-4566:
-----------------------------------

             Summary: ProducerFailedException does not properly preserve Exception causes
                 Key: FLINK-4566
                 URL: https://issues.apache.org/jira/browse/FLINK-4566
             Project: Flink
          Issue Type: Bug
          Components: Network
    Affects Versions: 1.1.2
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.2.0, 1.1.3


To avoid class loading issues with user-scope exceptions, the {{ProducerFailedException}} does not properly store its cause, but only a stringified variant of it.

We should use the {{SerializedThrowable}} instead of manual cause stringification.



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