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

Reply via email to