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

Hudson commented on SPARK-44920:
--------------------------------

User 'JoshRosen' has created a pull request for this issue:
https://github.com/apache/spark/pull/42619

> Use await() instead of awaitUninterruptibly() in 
> TransportClientFactory.createClient() 
> ---------------------------------------------------------------------------------------
>
>                 Key: SPARK-44920
>                 URL: https://issues.apache.org/jira/browse/SPARK-44920
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.3.3, 3.4.2, 3.5.0
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>            Priority: Major
>             Fix For: 3.4.2, 3.5.0, 4.0.0, 3.3.4
>
>
> This is a follow up for SPARK-44241:
> That call added an `awaitUninterruptibly()` call, which I think should be a 
> plain `await()` instead. This will prevent issues when cancelling tasks with 
> hanging network connections. 
> This issue is similar to SPARK-19529



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