Lantao Jin created SPARK-34064: ---------------------------------- Summary: Broadcast job is not aborted even the SQL statement canceled Key: SPARK-34064 URL: https://issues.apache.org/jira/browse/SPARK-34064 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 3.0.1, 3.2.0, 3.1.1 Reporter: Lantao Jin Attachments: Screen Shot 2021-01-11 at 12.03.13 PM.png
SPARK-27036 introduced a runId for BroadcastExchangeExec to resolve the problem that a broadcast job is not aborted when broadcast timeout happens. Since the runId is a random UUID, when a SQL statement is cancelled, these broadcast sub-jobs still not canceled as a whole. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org