alamb commented on issue #7242: URL: https://github.com/apache/arrow-rs/issues/7242#issuecomment-2738319028
Copying some discussion with @ryzhyk from https://github.com/apache/arrow-rs/issues/7251#issuecomment-2735415879: In terms of rety the idea is that the rety doesn't retry the *entire* request. Instead it would only retry the remaining bytes that had not yet been returned. So let's say you had a 200 MB request but the network can only retrieve 10MB in 30s - The first request would fetch the first 10MB but timeout - Then the retry would request the remaining 190MB - The second request would fetch the second 10MB and timeout - Then the retry would request the remaining 180MB - .. and so on -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org