You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (Jira)" <ji...@apache.org> on 2022/10/16 08:53:00 UTC

[jira] [Updated] (SPARK-39200) Stream is corrupted Exception while fetching the blocks from fallback storage system

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

Yuming Wang updated SPARK-39200:
--------------------------------
    Fix Version/s: 3.3.1
                       (was: 3.3.2)

> Stream is corrupted Exception while fetching the blocks from fallback storage system
> ------------------------------------------------------------------------------------
>
>                 Key: SPARK-39200
>                 URL: https://issues.apache.org/jira/browse/SPARK-39200
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Shuffle
>    Affects Versions: 3.2.0
>            Reporter: Rajendra Gujja
>            Assignee: Frank Yin
>            Priority: Major
>             Fix For: 3.4.0, 3.3.1, 3.2.3
>
>
> When executor decommissioning and fallback storage is enabled - the shuffle reads are failing with `FetchFailedException: Stream is corrupted` 
> ref: https://issues.apache.org/jira/browse/SPARK-18105 (search for decommission)
>  
> This is happening when the shuffle block is bigger than `inputstream.read` can read in one attempt. The code path is not reading the block fully (`readFully`) and the partial read is causing the exception.



--
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