[ 
https://issues.apache.org/jira/browse/SPARK-42668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696374#comment-17696374
 ] 

Apache Spark commented on SPARK-42668:
--------------------------------------

User 'anishshri-db' has created a pull request for this issue:
https://github.com/apache/spark/pull/40273

> Catch exception while trying to close compressed stream in 
> HDFSStateStoreProvider abort
> ---------------------------------------------------------------------------------------
>
>                 Key: SPARK-42668
>                 URL: https://issues.apache.org/jira/browse/SPARK-42668
>             Project: Spark
>          Issue Type: Task
>          Components: Structured Streaming
>    Affects Versions: 3.4.0
>            Reporter: Anish Shrigondekar
>            Priority: Major
>
> Catch exception while trying to close compressed stream in 
> HDFSStateStoreProvider abort
> We have seen some cases where the task exits as cancelled/failed which 
> triggers the abort in the task completion listener for 
> HDFSStateStoreProvider. As part of this, we cancel the backing stream and 
> close the compressed stream. However, different stores such as Azure blob 
> store could throw exceptions which are not caught in the current path, 
> leading to job failures. This change proposes to fix this issue.



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

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

Reply via email to