mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #2117] Implement per-object locks for better parallelism in filesystem backend #2111
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#2111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/2117
Author: @misha-drozd
Created: 1/23/2026
Status: 🔄 Open
Base:
main← Head:parallel-obje📝 Commits (2)
047e4a3Implement per-object locks for better parallelism7c41809Fix a race in fs-based DeleteBucket📊 Changes
2 files changed (+384 additions, -21 deletions)
View changed files
📝
internal/backend/backend_test.go(+266 -0)📝
internal/backend/fs.go(+118 -21)📄 Description
Fixes #1978 for filesystem backend
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.