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: Archive creation after packing repository #5570

Merged
merged 1 commit into from
Jun 18, 2022

Conversation

chrisjsewell
Copy link
Member

@chrisjsewell chrisjsewell commented Jun 16, 2022

fixes #5564

disk_objectstore.PackedObjectReader does not implement the ability to SEEK_END,
required to determine the size of a stream.
The size of the stream is required to determine if the ZIP64 extension should be used,
so in this case, we now defer to force_zip64=True.

`disk_objectstore.PackedObjectReader` does not implement the ability `SEEK_END`,
required to determine the size of a stream.
The size of the stream is required to determine if the ZIP64 extension should be used,
so n this case, we now defer to `force_zip64=True`.
Copy link
Member

@giovannipizzi giovannipizzi left a comment

Choose a reason for hiding this comment

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

Thanks!

@chrisjsewell chrisjsewell merged commit 46d244e into aiidateam:main Jun 18, 2022
@chrisjsewell chrisjsewell deleted the fix-archive branch June 18, 2022 12:14
sphuber pushed a commit that referenced this pull request Sep 22, 2022
`disk_objectstore.PackedObjectReader` does not implement the ability to `SEEK_END`,
required to determine the size of a stream.
The size of the stream is required to determine if the ZIP64 extension should be used,
so in this case, we now defer to `force_zip64=True`.

Cherry-pick: 46d244e
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.

Exception in verdi archive create with FolderData nodes on a packed storage
2 participants