You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2018/11/06 13:28:00 UTC

[jira] [Created] (FLINK-10804) Transfer suppressed exceptions with SerializedThrowable

Nico Kruber created FLINK-10804:
-----------------------------------

             Summary: Transfer suppressed exceptions with SerializedThrowable
                 Key: FLINK-10804
                 URL: https://issues.apache.org/jira/browse/FLINK-10804
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Coordination
    Affects Versions: 1.7.0
            Reporter: Nico Kruber


Currently, {{SerializedThrowable}} mimics the original exception including the causes but not the suppressed exceptions. You may argue whether these should really be transferred as well or whether it would be enough to have them in the logging of the component which sent the message.

However, it may be surprising to silently drop suppressed exceptions.




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