You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/02/21 13:29:44 UTC

[jira] [Created] (FLINK-5872) WebUI shows "(null)" root-exception even without exception

Chesnay Schepler created FLINK-5872:
---------------------------------------

             Summary: 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)