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

[jira] [Created] (SPARK-44920) Use await() instead of awaitUninterruptibly() in TransportClientFactory.createClient()

Josh Rosen created SPARK-44920:
----------------------------------

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


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