bentsku commented on issue #5283:
URL: https://github.com/apache/arrow-rs/issues/5283#issuecomment-1977382274

   Okay I finally could reproduce and find which requests were triggering the 
issue:
   I could reproduce by creating a pretty resource-constrained environment 
(Docker image with 0.5 CPUs)
   
   It's a `GetObject` with `Content-Length` set to 1, with the key prefix 
`RACE-`
   Followed by a `PutObject` of length 2.
   The first call get the entirety of the data with an indicated content-length 
of 1, but gets `10` so it fails. 
   The reproducer is not stable at all, I just run `cargo test 
aws::tests::s3_test --features aws -- --exact` again and again and it can fail 
around 2 to 10% of the time with 0.5CPU. 
   
   I'll work on a fix now, might have an idea where this could come from. 
Thanks again for reporting this, I'm sure we will finally get to the end of 
this! 🤞 
   


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