alamb commented on issue #15:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/15#issuecomment-2919046773

   BTW I tested out https://github.com/apache/arrow-rs-object-store/pull/383 
and it works great. I made a program that downloads a large file and throttles 
the speed ( https://github.com/alamb/test_downloader)
   
   Before this PR it errors right around 30 seconds
   ```
   Total Elapse 28.912298125s
   Total Elapse 29.92929625s
    [>                                                 ] 3649650/14779976446 
(ETA 34 hours)
   thread 'main' panicked at src/main.rs:42:27:
   called `Result::unwrap()` on an `Err` value: Generic { store: "HTTP", 
source: HttpError { kind: Timeout, source: reqwest::Error { kind: Body, source: 
reqwest::Error { kind: Decode, source: reqwest::Error { kind: Body, source: 
TimedOut } } } } }
   stack backtrace:
   ```
   
   After the PR it kept going:
   
   ```
   Total Elapse 41.231125s
   Total Elapse 42.251651208s
   Total Elapse 43.272693458s
   ...
   ```
   
   I expect this to be released in 0.12.0


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

Reply via email to