otterc commented on pull request #31934:
URL: https://github.com/apache/spark/pull/31934#issuecomment-804420882


   > does this cause data corruption if people use it with spark 3.1.1 release? 
Or are these block somehow caught and shuffle ends up failing?
   
   - In 3.1.1 push-based shuffle is not complete. As in, the changes needed to 
fetch merged shuffle blocks are not there. So, users in 3.1.1 can't use 
push-based shuffle.
   
   - In our implementation of fetch merged shuffle blocks (which is not in 
3.1.1), if the client encounters any issues with the merged blocks then it 
falls-back to fetching original unmerged blocks that made that merged block. 


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to