[
https://issues.apache.org/jira/browse/SPARK-54349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry updated SPARK-54349:
---------------------------
Description:
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.
> 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
> Priority: Major
> Fix For: 4.2.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]