Skip to content

fix(diskcache): synchronize concurrent rotation state - #205

Merged
coanor merged 1 commit into
mainfrom
fix/diskcache-put-get-race
Aug 12, 2026
Merged

fix(diskcache): synchronize concurrent rotation state#205
coanor merged 1 commit into
mainfrom
fix/diskcache-put-get-race

Conversation

@leecha

@leecha leecha commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fix a data race between concurrent DiskCache.Put and DiskCache.Get operations by synchronizing write-state access and rotation. Add a focused regression test for concurrent writes, reads, and file rotation.

@leecha
leecha requested review from coanor and hmlu August 12, 2026 03:54
@coanor
coanor merged commit c4c7091 into main Aug 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants