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

"Chunk" is not a thing in the SOCI world #99

Closed
vkuzniet opened this issue Oct 5, 2022 · 1 comment
Closed

"Chunk" is not a thing in the SOCI world #99

vkuzniet opened this issue Oct 5, 2022 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@vkuzniet
Copy link
Contributor

vkuzniet commented Oct 5, 2022

Is your feature request related to a problem? Please describe.
The Stargz and eStargz file formats have a notion of "chunks". During the conversion step, large files are split into multiple chunks, so that they can be pulled, verified and uncompressed separately. SOCI has no such notion. In the SOCI world, layers are divided into variable sized "spans" for pulling and checksumming purposes.

Describe the solution you'd like
Any code in SOCI that refers to chunks is dead code and needs to be removed.

The solution should satisfy the following criteria:

  • cd SociSnapshotter; ag chunk | wc -l returns 0
  • If the above criteria cannot be satisfied, a comment is added to this story explaining why.

Describe alternatives you've considered

Additional context
See the following links for reference:

@vkuzniet
Copy link
Contributor Author

Closing, since it's already done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants