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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)