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

Dongjoon Hyun resolved SPARK-31484.
-----------------------------------
    Fix Version/s: 3.1.0
       Resolution: Fixed

Issue resolved by pull request 28255
[https://github.com/apache/spark/pull/28255]

> Avoid file already existing exception when checkpointing
> --------------------------------------------------------
>
>                 Key: SPARK-31484
>                 URL: https://issues.apache.org/jira/browse/SPARK-31484
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.1.0
>            Reporter: L. C. Hsieh
>            Assignee: L. C. Hsieh
>            Priority: Major
>             Fix For: 3.1.0
>
>
> Failed stage can possibly leave partial written checkpoint file, the task of 
> retried stage to write checkpoint file could fail due 
> to`FileAlreadyExistsException` when creating the same file. We should avoid 
> it.



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

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

Reply via email to