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

XrdEc or XrdZip : can it handle more than 32k entries in a .zip ? #1733

Closed
wyang007 opened this issue Jul 5, 2022 · 2 comments
Closed

XrdEc or XrdZip : can it handle more than 32k entries in a .zip ? #1733

wyang007 opened this issue Jul 5, 2022 · 2 comments

Comments

@wyang007
Copy link
Member

wyang007 commented Jul 5, 2022

While playing with XrdEc, I ran into an issue that when a file is really large, and require putting more than 32k chunks in backend .zip archives, I can't read them back. If this very large file itself is a non-zip file, xrdcp (with XrdEc config loaded) will get:

Run: [ERROR] Received corrupted data: End-of-central-directory signature not found. (source)

If this very large file is a .zip file, xrdcp will crash.

Furthermore, if I go to the backend data servers that host those corresponding zip archives, and trying to unzip them, unzip will complain:

End-of-central-directory signature not found.

@xrootd-dev
Copy link

xrootd-dev commented Jul 8, 2022 via email

@abh3
Copy link
Member

abh3 commented Aug 23, 2022

I am closing this ticket. Please reopen if necessary.

@abh3 abh3 closed this as completed Aug 23, 2022
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

3 participants