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

Writing an ArchiveList after modifying the contents creates wrong splits #30

Open
NextinMono opened this issue Feb 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@NextinMono
Copy link

As there is no function to delete files from an ArchiveList, you have to loop over all of the already created splits to delete a file. The writer for ArchiveList never tries to manage how many splits it needs, which can lead to 0kb splits or single splits that are too large.

Example:

Image

Image

@NextinMono NextinMono added the bug Something isn't working label Feb 17, 2025
@NextinMono NextinMono changed the title Writing an ArchiveList after modifying the files list creates wrong splits Writing an ArchiveList after modifying the contents creates wrong splits Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant