wangshuo128 opened a new pull request #26674: [SPARK-24309][CORE][FOLLOWUP]Stop 
AsyncEventQueue when interrupted in dispatch
URL: https://github.com/apache/spark/pull/26674
 
 
   ### What changes were proposed in this pull request?
   PR #21356  stop `AsyncEventQueue` when interrupted in `postToAll`. 
   However, if it's interrupted in `AsyncEventQueue#dispatch`,  SparkContext 
would be stopped.
   This PR proposes to stop `AsyncEventQueue` when interrupted in dispatch, 
rather than stop the SparkContext.
   
   ### Why are the changes needed?
   Avoid stopping the SparkContext when interrupted in 
`AsyncEventQueue#dispatch`.
   
   ### Does this PR introduce any user-facing change?
   No.
   
   ### How was this patch tested?
   New UT.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to