steveloughran commented on PR #6425:
URL: https://github.com/apache/hadoop/pull/6425#issuecomment-1885027660

   as it stands, this PR will
   * map http/ssl channel problems to EOFException subclass which is retried
   * map out of range 416 to a different EOF subclass -which is not retried
   * lazyseek will retry on channel failures
   * close s3 input stream when it returns -1
   
   not done: any attempt for readFully() to recover from that -1 response.
   That will take more work, possibly including clarification in spec, as the 
base implementation doesn't recover either and we should consider this + abfs 
semantics.
   


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