You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/03/29 09:01:25 UTC

[jira] [Commented] (SPARK-14232) Event timeline on job page doesn't show if an executor is removed with multiple line reason

    [ https://issues.apache.org/jira/browse/SPARK-14232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15215580#comment-15215580 ] 

Apache Spark commented on SPARK-14232:
--------------------------------------

User 'carsonwang' has created a pull request for this issue:
https://github.com/apache/spark/pull/12029

> Event timeline on job page doesn't show if an executor is removed with multiple line reason
> -------------------------------------------------------------------------------------------
>
>                 Key: SPARK-14232
>                 URL: https://issues.apache.org/jira/browse/SPARK-14232
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 1.6.1
>            Reporter: Carson Wang
>            Priority: Minor
>
> The event timeline doesn't show on job page if an executor is removed with multiple line reason. For example, the html looks like below.
> {code}
> {
>   'className': 'executor removed',
>   'group': 'executors',
>   'start': new Date(1459221687861),
>   'content': '<div class="executor-event-content"' +
>     'data-toggle="tooltip" data-placement="bottom"' +
>     'data-title="Executor 21<br>' +
>     'Removed at 2016/03/29 11:21:27' +
>     '<br>Reason: Container marked as failed: container_1459220038649_0005_01_000022 on host: sr560. Exit status: 137. Diagnostics: Container killed on request. Exit code is 137
> Container exited with a non-zero exit code 137
> Killed by external signal
> "' +
>     'data-html="true">Executor 21 removed</div>'
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org