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

[Remote Store] Keep metadata files for last N refreshes #5455

Open
sachinpkale opened this issue Dec 6, 2022 · 0 comments
Open

[Remote Store] Keep metadata files for last N refreshes #5455

sachinpkale opened this issue Dec 6, 2022 · 0 comments

Comments

@sachinpkale
Copy link
Member

Currently, we keep one metadata file per commit and the same file (latest metadata file) gets overwritten per refresh. This worked well with commit level durability as failure to read the latest metadata file would mean the next metadata file which would represent the previous commit.

With refresh level durability, reading second to last file (by upload timestamp) will not provide previous refresh details. In fact, we don't keep the refresh history the same way we are keeping commit history with metadata files. This needs to be changed.

Originally posted by @sachinpkale in #5253 (comment)

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

No branches or pull requests

1 participant