[PR #2117] Implement per-object locks for better parallelism in filesystem backend #2111

Open
opened 2026-03-03 13:29:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2117
Author: @misha-drozd
Created: 1/23/2026
Status: 🔄 Open

Base: mainHead: parallel-obje


📝 Commits (2)

  • 047e4a3 Implement per-object locks for better parallelism
  • 7c41809 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/2117 **Author:** [@misha-drozd](https://github.com/misha-drozd) **Created:** 1/23/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `parallel-obje` --- ### 📝 Commits (2) - [`047e4a3`](https://github.com/fsouza/fake-gcs-server/commit/047e4a3b2be1756683618faca5102da808566214) Implement per-object locks for better parallelism - [`7c41809`](https://github.com/fsouza/fake-gcs-server/commit/7c41809040a353628de04cad439b945ec04d64ab) Fix a race in fs-based DeleteBucket ### 📊 Changes **2 files changed** (+384 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `internal/backend/backend_test.go` (+266 -0) 📝 `internal/backend/fs.go` (+118 -21) </details> ### 📄 Description Fixes #1978 for filesystem backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#2111
No description provided.