[
https://issues.apache.org/jira/browse/SPARK-44920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kent Yao resolved SPARK-44920.
------------------------------
Fix Version/s: 3.3.4
3.5.0
4.0.0
3.4.2
Resolution: Fixed
Issue resolved by pull request 42619
[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.3.4, 3.5.0, 4.0.0, 3.4.2
>
>
> 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]