Skip to content

S3 Store Cleanup/ Leak close#12109

Open
qqmyers wants to merge 7 commits into
IQSS:developfrom
QualitativeDataRepository:Arch5-S3_cleanup
Open

S3 Store Cleanup/ Leak close#12109
qqmyers wants to merge 7 commits into
IQSS:developfrom
QualitativeDataRepository:Arch5-S3_cleanup

Conversation

@qqmyers

@qqmyers qqmyers commented Jan 22, 2026

Copy link
Copy Markdown
Member

What this PR does / why we need it: While working on archiving, I noticed occasional warnings related to the netty library (see #12108). In looking into that w/AI, I saw that a) we were closing the s3Presigner after use while also caching it for reuse, b) that we were not closing the presigners and clients at shutdown, and c) were not using the latest aws sdk.

This PR fixes all of these but, as far as I can tell, does not resolve #12108 itself. Nevertheless, it seems like these are useful updates to have.

Which issue(s) this PR closes:

  • Closes #

Special notes for your reviewer:

Suggestions on how to test this: regression/auto-tests only. Check for the "Closing all S3 clients and transfer managers." log when shutting Dataverse/Payara down.

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?:

Additional documentation:

@qqmyers qqmyers added the Size: 0.5 A percentage of a sprint. 0.35 hours label Jan 22, 2026
@coveralls

coveralls commented Jan 22, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 24.332% (-0.004%) from 24.336%
when pulling e0700d0 on QualitativeDataRepository:Arch5-S3_cleanup
into a843c84 on IQSS:develop.

@qqmyers qqmyers added this to the 6.11 milestone Mar 25, 2026
@cmbz cmbz moved this to Ready for Review ⏩ in IQSS Dataverse Project Jun 3, 2026
@cmbz cmbz modified the milestones: 6.11, 6.12 Jun 3, 2026
@cmbz cmbz added Original size: 0.5 Original size: 10 FY26 Sprint 25 FY26 Sprint 25 (2026-06-03 - 2026-06-17) and removed Size: 0.5 A percentage of a sprint. 0.35 hours Original size: 0.5 labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FY26 Sprint 25 FY26 Sprint 25 (2026-06-03 - 2026-06-17) Original size: 10

Projects

Status: Ready for Review ⏩

Development

Successfully merging this pull request may close these issues.

Netty leak warning from AWSSDK

3 participants