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

Hyukjin Kwon resolved SPARK-45245.
----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

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

> PythonWorkerFactory create gets stuck in case of worker failures
> ----------------------------------------------------------------
>
>                 Key: SPARK-45245
>                 URL: https://issues.apache.org/jira/browse/SPARK-45245
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    Affects Versions: 4.0.0
>            Reporter: Raghu Angadi
>            Assignee: Raghu Angadi
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> `createSimpleWorker()` method in `PythonWorkerFactory` does not return if the 
> worker fails to connect back to the server. 
> This is because it calls accept() without a timeout. If the worker does not 
> connect back, accept() waits forever. 
> See PR for the fix. 



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