[ 
https://issues.apache.org/jira/browse/SPARK-35414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kent Yao resolved SPARK-35414.
------------------------------
    Target Version/s: 3.2.0
            Assignee:     (was: Yu Zhong)
          Resolution: Duplicate

AQE broadcast timeout is removed by SPARK-36414, it's no longer a problem since 
3.2.0

> Completely fix the broadcast timeout issue in AQE
> -------------------------------------------------
>
>                 Key: SPARK-35414
>                 URL: https://issues.apache.org/jira/browse/SPARK-35414
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.0.0, 3.0.1
>            Reporter: Yu Zhong
>            Priority: Major
>
> SPARK-33933 report a issue that in AQE, when the resources is limited, 
> broadcast timeout could happened. 
> [#31269|https://github.com/apache/spark/pull/31269] gives a partial fix by 
> reorder newStages by class type to make sure BroadcastQueryState precede 
> others when calling materialized(). However, it only guarantee that the order 
> of task to be scheduled in normal circumstances, but, the guarantee is not 
> strict since the submit of broadcast job and shuffle map job are in different 
> thread.
> So we need a completely fix to avoid the edge case triggering broadcast 
> timeout.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to