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

fix: lts playback for blobby versioned files #17545

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

pauldambra
Copy link
Member

There are several fixes needed see #17498

This just changes the snapshots API to use data in LTS storage whenever a path is present on the recording object


if not blob_keys and recording.storage_version == "2023-08-01":
if recording.object_storage_path and recording.storage_version == "2023-08-01":
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this leaves us broken for older version files but we're following up with that. those files need processing anyway before they can be used

@pauldambra pauldambra merged commit 907e87d into master Sep 20, 2023
66 checks passed
@pauldambra pauldambra deleted the fix/lts-playback-for-blobby branch September 20, 2023 12:35
daibhin pushed a commit that referenced this pull request Sep 21, 2023
* fix: lts playback for blobby versioned files

* and when loading snapshots too
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