-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Remote Store] Update AWS SDK version to fix connection acquisition timeout issues #12004
Labels
bug
Something isn't working
Storage:Remote
Storage
Issues and PRs relating to data and metadata storage
v2.14.0
Comments
github-actions
bot
added
the
Storage
Issues and PRs relating to data and metadata storage
label
Jan 24, 2024
[Triage - attendees 1 2 3] |
@shourya035 can we raise a PR for this? |
This needs to be fixed for 2.13 |
Closing this since the AWS SDK version was updated through: #12251 |
github-project-automation
bot
moved this from Now(This Quarter)
to ✅ Done
in Storage Project Board
May 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
Storage:Remote
Storage
Issues and PRs relating to data and metadata storage
v2.14.0
Describe the bug
We are seeing timeouts in connection acquisition from S3 client thread pool since we are hitting this AWS SDK bug: aws/aws-sdk-java-v2#4066 . This is causing issues with remote uploads when AWS S3 has been setup as the remote store.
The fix has been released with AWS SDK
2.20.86
and above. We would need to update our AWS SDK dependencyRelated component
Storage
To Reproduce
N/A
Expected behavior
There shouldn't be any leaking connections
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: