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

Takuya Ueshin resolved SPARK-54349.
-----------------------------------
    Fix Version/s: 4.1.0
                       (was: 4.2.0)
       Resolution: Fixed

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

> Improve faulthandler integration for pyspark
> --------------------------------------------
>
>                 Key: SPARK-54349
>                 URL: https://issues.apache.org/jira/browse/SPARK-54349
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark
>    Affects Versions: 4.0.0
>            Reporter: Dmitry
>            Assignee: Dmitry
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.1.0
>
>
> At the moment pyspark is integrated with faulthandler in several places (all 
> the mains that are there). 
> There are several issues with this kind of integration: 
>  # The code is duplicated in several places.
>  # faulthandler integration is not extendable (because of duplication)
>  # Some parts of the code that still include network communication are not 
> coveded with faulthandler. 
> In order to improve there it makes sense to extract the faulthandler 
> integration to a single place and cover all the network calls with it. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to