squito commented on issue #24892: [SPARK-25341][Core] Support rolling back a 
shuffle map stage and re-generate the shuffle files
URL: https://github.com/apache/spark/pull/24892#issuecomment-520501415
 
 
   Thanks for taking another look.
   
   Another thing to keep in mind w/ speculative shuffle tasks -- the scheduler 
never puts speculative tasks on the same host as the original task.  That 
ensures the speculative task isn't trying to write to the same disk with local 
shuffle storage.  But, that doesn't help at all with distributed shuffle 
storage (and doesn't help deal w/ zombie tasks etc.)

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