Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/22112
  
    @tgravescs yes you are right about the problem here. Instead of asking 
executors to remove old committed shuffle data, I prefer #6648 , which just 
write new shuffle data with a different file name(putting stage attempt id in 
the shuffle file name). The reducers will ask the driver to get the latest 
shuffle status(the stage attempt id) and fetch the latest shuffle data.


---

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

Reply via email to