Skip to content
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

Improve locking for deleting multipart uploads in parallel #1022

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

ChrisSchinnerl
Copy link
Member

By optimistically deleting multipart uploads we avoid starting out with a read-ten that then fails to upgrade to a write txn while the db is busy with other tasks.

@ChrisSchinnerl ChrisSchinnerl self-assigned this Mar 4, 2024
@ChrisSchinnerl ChrisSchinnerl marked this pull request as ready for review March 4, 2024 10:00
@ChrisSchinnerl ChrisSchinnerl requested a review from peterjan March 4, 2024 10:00
@ChrisSchinnerl ChrisSchinnerl merged commit 13351a5 into dev Mar 5, 2024
8 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the chris/abort-multipart-upload-locking branch March 5, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants