-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Stuck forever in List Object call with rate limiter #806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I see that you're using the DefaultRateLimiter. What values are you instantiating it with? |
We use 64 * 1024 * 1024 as the rate parameter. This doesn't happen consistently. Seems to be triggered by some kind of race condition. |
Wondering if your system clock gets skewed over time which messes up the calculation. |
That's possible. we are running on EC2 instance with TSC clock, which is not stable. |
Any updates? |
We haven't seen this issue again since we migrated to our own rate limiter. |
Uh oh!
There was an error while loading. Please reload this page.
The stack trace is as below. It's sleeping in DefaultRateLimiter for an insanely large number of seconds. The aws-sdk-cpp version is 1.2.7.
The issue goes away if we disable rate limiter.
What platform/OS are you using?
Ubuntu 14.04
What compiler are you using? what version?
gcc 5.4
What's your CMake arguments?
cmake -DCMAKE_BUILD_TYPE=Release -DCUSTOM_MEMORY_MANAGEMENT=0 -DSTATIC_LINKING=1 -DBUILD_ONLY="s3"
Can you provide a TRACE level log? (sanitize any sensitive information)
The text was updated successfully, but these errors were encountered: