Ngone51 commented on pull request #34934:
URL: https://github.com/apache/spark/pull/34934#issuecomment-997892391


   > Failure to fetch push based shuffle chunks should have resulted in 
fallback to fetching the original shuffle blocks - needs to be investigated why 
it dropped down to diagnosis directly (CC @otterc )
   
   It looks like the fetch to push-based chunks doesn't fail. However, it fails 
when consuming the fetched chunk data. In this case, we can only throw 
exception since the downstream RDDs could have already consumed partial data.


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

To unsubscribe, e-mail: [email protected]

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