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

Create a function to read and sort a list of urls of car splits / validate car file splits #169

Closed
linuskendall opened this issue Oct 9, 2024 · 3 comments
Assignees

Comments

@linuskendall
Copy link
Contributor

  1. HEAD request to get size
  2. Read header
  3. Figure out CID for subset
  4. Read a chunk at the end to load the subset

This will give us:

  • start and end slot
  • plus ordering
  • validation that the remote car file is what we expect
  • validation that we have all the slots for the epoch

This can also be done when loading split car files from the file system so we can validate that we have every slot in the epoch.

@anjor
Copy link
Contributor

anjor commented Oct 10, 2024

@linuskendall just to confirm this is basically a url version of #166 right?

@linuskendall
Copy link
Contributor Author

linuskendall commented Oct 10, 2024 via email

@anjor anjor mentioned this issue Oct 16, 2024
@anjor
Copy link
Contributor

anjor commented Oct 26, 2024

This is now done.

@anjor anjor closed this as completed Oct 26, 2024
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

2 participants