Skip to content

remotecache: refactor to new cache export interface #6129

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

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

tonistiigi
Copy link
Member

closes #5005

This is a complete refactor of the cache export Go interface.

Main aspect is to provide a strictly ordered walk of the
cache tree instead of previous one where modification could be
added to cache tree at any time by any component.

This should address subtle concurrency issues and remove
large parts of complicated (and likely buggy) normalization
and deduplication steps.

This is a complete refactor of the cache export Go interface.

Main aspect is to provide a strictly ordered walk of the
cache tree instead of previous one where modification could be
added to cache tree at any time by any component.

This should address subtle concurrency issues and remove
large parts of complicated (and likely buggy) normalization
and deduplication steps.

Signed-off-by: Tonis Tiigi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor cache export interface
1 participant