-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Upgrade cloud.google.com/go/storage to v1.16.0 #11978
Comments
We see some errors while hitting
We saw similar issues on other services using GCS to store data and the response from Google support was that GCS will close the connection when it's busy and clients should implement retrying logic. Not sure if this is exactly the same issue @mdgreenfield is exposing, but curious to see if this fixes it. |
Hi folks! Is this still an issue in newer versions of Vault? Please let me know so I can bubble it up accordingly. Thanks! |
Since it's been awhile with no response, I'm going to close this issue. Please reopen if there's more to add here. |
Hello, I was looking at some strange GCS storage errors and in looking at the cloud.google.com/go/storage currently used in Vault (v1.6.0) I noticed it was outdated and there are several updates to the transport and retry logic that hopefully can make the GCS storage backend a little more robust when under load.
One of the errors I was seeing was an EOF error but I don't have the exact error message any more. It looked like the following changelog entry in v1.15.0 may have fixed the issue:
The text was updated successfully, but these errors were encountered: