You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2023/10/30 23:50:00 UTC

[jira] [Assigned] (SPARK-45245) PythonWorkerFactory create gets stuck in case of worker failures

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

Hyukjin Kwon reassigned SPARK-45245:
------------------------------------

    Assignee: Raghu Angadi

> 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
>
> `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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org