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

wuyi updated SPARK-31651:
-------------------------
    Description: 
Currently, we use cleanupBarrierStage when detecting different barrier sync 
types in a single sync. This cause a problem that a new `ContextBarrierState` 
can be created again if there's following requesters on the way. And those 
corresponding tasks will fail because of killing instead of different barrier 
sync types detected.

 

 

  was:
Currently, we use cleanupBarrierStage when detecting different barrier sync 
types in a single sync. This cause a problem that a new `ContextBarrierState` 
can be created again if there's following requesters on the way. And those 
corresponding tasks will fail because of killing instead of different barrier 
sync types deteced.

 

 


> Improve handling for the case of different barrier sync types in a single sync
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-31651
>                 URL: https://issues.apache.org/jira/browse/SPARK-31651
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.0.0
>            Reporter: wuyi
>            Priority: Major
>
> Currently, we use cleanupBarrierStage when detecting different barrier sync 
> types in a single sync. This cause a problem that a new `ContextBarrierState` 
> can be created again if there's following requesters on the way. And those 
> corresponding tasks will fail because of killing instead of different barrier 
> sync types detected.
>  
>  



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

Reply via email to