-
Notifications
You must be signed in to change notification settings - Fork 0
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
Next alpha release for MIT folks #81
Comments
|
FWIW, I freed up typhon space enough to run it there too now |
@yarikoptic I believe #83 fixes #54. I ran the code on drogon with |
Great, thanks! Re error on S3 end -- I think all kinds of 500s could happen. Do we have retries in place for whenever interactions with S3 fail for some 5xx reason? |
@yarikoptic No. I'm not even sure how to discern 5xx from other errors with this SDK. |
What particular SDK? (sounds "too bad to be true") |
I see them testing retries on 500 for some components e.g. hinting that in general it should be retried. What specific error did you receive? might need an issue to be reported against SDK. |
@yarikoptic The error was:
This occurred on a "get object" call. |
ah, so it looks very similar to that and IMHO should be retried for this GET object. Could you please report an issue? meanwhile -- wouldn't it be possible to configure retries on any |
@yarikoptic The SDK uses a default retry config, so it's possible it did retry but it just didn't show up in the logs due to a low log level. I seem to recall from working on dandidav that the AWS SDK logs a lot of noise at DEBUG and TRACE level, so increasing the logs might not be such a good idea. |
do you know if it logs at INFO or WARNING level when initial fail before retry happens? I failed to track it down in the code there |
@yarikoptic The logs from the most recent run don't have any entries emitted by the SDK (which was limited to ERROR, WARNING, and INFO by the top-level logging config). EDIT: Correction: I just double-checked, and there are 6 INFO messages from the |
@yarikoptic So what, if anything, should we do about retrying? |
|
Could we plan on what else to do to cut the next release for folks to try out? E.g. should following still open ATM issues be addressed first
?
The text was updated successfully, but these errors were encountered: