Skip to content

refactor(remote-config): use large item cache for blob store#7165

Draft
rickvdl wants to merge 2 commits into
mainfrom
rickvdl/remote-config-blob-store-cache
Draft

refactor(remote-config): use large item cache for blob store#7165
rickvdl wants to merge 2 commits into
mainfrom
rickvdl/remote-config-blob-store-cache

Conversation

@rickvdl

@rickvdl rickvdl commented Jul 8, 2026

Copy link
Copy Markdown
Member

Description

Follow-up from #7115 (comment)

Reuses the existing LargeItemCache abstraction over FileManager instead of FileManager directly in the remote config blob store.

Unfortunately we can't fully offload the locking to the large item cache, since we still do synchronization across other state in the blob store (knownRefs). So this isn't so much a 'clean up a lot of code' PR, but more 'lets use the existing abstraction for consistency'.

@rickvdl

rickvdl commented Jul 8, 2026

Copy link
Copy Markdown
Member Author

@RCGitBot please test

@rickvdl
rickvdl force-pushed the rickvdl/remote-config-blob-store-cache branch from 2977176 to 1d1c54f Compare July 9, 2026 04:58
@rickvdl

rickvdl commented Jul 9, 2026

Copy link
Copy Markdown
Member Author

@RCGitBot please test

@rickvdl

rickvdl commented Jul 9, 2026

Copy link
Copy Markdown
Member Author

@RCGitBot please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant