crepererum commented on issue #5882: URL: https://github.com/apache/arrow-rs/issues/5882#issuecomment-2340037342
I think there's something else going on that is independent of the tokio runtime issues. I was able to reproduce this locally with a somewhat broken `kubectl port-forward` (which is kinda famous for it's unstable connection handling when transferring large amounts of data). I'm hitting the same error case, and it is NOT retried at all. It seems that this is this error case here: https://github.com/seanmonstar/reqwest/blob/09884ed0a09d43ebd5c67491caf4ad5683fba995/src/error.rs#L191 So I think we should extend the retry logic to capture this case. -- 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]
