Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.3, 3.4.2, 3.5.0
-
None
Description
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
Attachments
Issue Links
- is caused by
-
SPARK-44241 Set io.connectionTimeout/connectionCreationTimeout to zero or negative will cause executor incessantes cons/destructions
- Resolved
- relates to
-
SPARK-19529 TransportClientFactory.createClient() shouldn't call awaitUninterruptibly()
- Resolved
- links to