[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to