You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jiaqi Li (Jira)" <ji...@apache.org> on 2019/09/24 02:14:00 UTC

[jira] [Resolved] (SPARK-29216) Modify the run() method case statement structure in Executor without adding a new case

     [ https://issues.apache.org/jira/browse/SPARK-29216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiaqi Li resolved SPARK-29216.
------------------------------
    Resolution: Not A Problem

> Modify the run() method case statement structure in Executor without adding a new case
> --------------------------------------------------------------------------------------
>
>                 Key: SPARK-29216
>                 URL: https://issues.apache.org/jira/browse/SPARK-29216
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Jiaqi Li
>            Priority: Trivial
>
> {code:scala}
> case t: Throwable if env.isStopped =>
>           logError(s"Exception in $taskName (TID $taskId): ${t.getMessage}")
> case t: Throwable =>
>           logError(s"Exception in $taskName (TID $taskId)", t)
> {code}
> This looks like it just needs to add an if judgment.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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