You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2014/07/16 14:33:05 UTC

[jira] [Created] (FLINK-1028) Certain exceptions are not visible reported to the user

Aljoscha Krettek created FLINK-1028:
---------------------------------------

             Summary: Certain exceptions are not visible reported to the user
                 Key: FLINK-1028
                 URL: https://issues.apache.org/jira/browse/FLINK-1028
             Project: Flink
          Issue Type: Bug
          Components: Distributed Runtime, TaskManager
            Reporter: Aljoscha Krettek


When I throw a RuntimeException in a user code method I get the Exception in my IDE or on the terminal (when using the CLI client). When I throw an exception in the constructor of a TypeComparator the exception is only logged but not presented to the user. The code continues and at some later point fails with something that seems unrelated, making it very hard to find the original cause.

Does anyone know why it is like that? Is it like this on purpose?



--
This message was sent by Atlassian JIRA
(v6.2#6252)