[
https://issues.apache.org/jira/browse/SPARK-39200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608008#comment-17608008
]
Frank Yin commented on SPARK-39200:
-----------------------------------
We've seen this exception as well. Is there a patch coming?
> 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
> Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]