liupc commented on issue #23711: [SPARK-26795][SHUFFLE]Retry remote 
fileSegmentManagedBuffer when creating inputStream failed during shuffle read 
phase#SPARK-26795
URL: https://github.com/apache/spark/pull/23711#issuecomment-459734196
 
 
   +1 for @squito 
   @hustfeiwang I don't think this PR does really help much, because if the 
fetch already has a retry logic(see RetryBlockFetcher). If what you mean 
probably a disk error, rewrite does not help much because they are under the 
same parent directory, and it's very likely an earlier writing failure would 
happen which directly causes FetchFailedException.

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


With regards,
Apache Git Services

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

Reply via email to