-
Notifications
You must be signed in to change notification settings - Fork 816
Investigate and fix 500s when writing to Dynamo #85
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
Might be related to #61, but too early to say. |
According to loggly, 90% of the log lines (and therefore errors) are ProvisionedThroughputExceededException. |
Write capacity was set to 400/s, which we're almost always trying to do more. Tuning chunk size (#11) should help, but in the mean time I'll make it 1k/s. |
That seems to have had a small temporary reduction, but then back to usual - we're still being throttled. I suspect we're just trying to write to much, and the change in provisioned capacity just reset some throttling counter. |
Fixed by #85 |
We are getting a fairly constant stream of 500s from Dynamo when we attempt to write to it (~3-4qps on dev).
We should understand what's causing this & fix it. https://github.com/weaveworks/monitoring/issues/12 will help.
The text was updated successfully, but these errors were encountered: