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

feat(storage): enable parallel writes by using per-repo locking #2600

Closed
wants to merge 4 commits into from

refactor: switch back to using a syncmap for locking

a775dca
Select commit
Loading
Failed to load commit list.
Closed

feat(storage): enable parallel writes by using per-repo locking #2600

refactor: switch back to using a syncmap for locking
a775dca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 17, 2024 in 0s

95.96% of diff hit (target 92.69%)

View this Pull Request on Codecov

95.96% of diff hit (target 92.69%)

Annotations

Check warning on line 1851 in pkg/storage/imagestore/imagestore.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/imagestore/imagestore.go#L1851

Added line #L1851 was not covered by tests

Check warning on line 30 in pkg/storage/imagestore/lock.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/imagestore/lock.go#L30

Added line #L30 was not covered by tests

Check warning on line 50 in pkg/storage/imagestore/lock.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/storage/imagestore/lock.go#L50

Added line #L50 was not covered by tests