You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/10/12 00:56:00 UTC

[jira] [Updated] (SPARK-45487) Replace: _LEGACY_ERROR_TEMP_3007

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

ASF GitHub Bot updated SPARK-45487:
-----------------------------------
    Labels: pull-request-available  (was: )

> Replace: _LEGACY_ERROR_TEMP_3007
> --------------------------------
>
>                 Key: SPARK-45487
>                 URL: https://issues.apache.org/jira/browse/SPARK-45487
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 4.0.0
>            Reporter: Serge Rielau
>            Priority: Major
>              Labels: pull-request-available
>
> def checkpointRDDBlockIdNotFoundError(rddBlockId: RDDBlockId): Throwable = \{
>     new SparkException(
>       errorClass = "_LEGACY_ERROR_TEMP_3007",
>       messageParameters = Map("rddBlockId" -> s"$rddBlockId"),
>       cause = null
>     )
>   }
> This error condition appears to be quite common, so we should convert it to a proper error class.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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