[
https://issues.apache.org/jira/browse/FLINK-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-5872.
-----------------------------------
Resolution: Fixed
Fixed in a552d6746636e26c634c86d6a11732ea9d2f239e.
> WebUI shows "(null)" root-exception even without exception
> ----------------------------------------------------------
>
> Key: FLINK-5872
> URL: https://issues.apache.org/jira/browse/FLINK-5872
> Project: Flink
> Issue Type: Bug
> Components: Webfrontend
> Affects Versions: 1.3.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.3.0
>
>
> The same issue as in FLINK-4845, this time it is this block in
> JobExceptionsHandler:
> {code}
> if (rootException != null) {
> gen.writeStringField("root-exception", rootException);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)