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

omit chunks HTTP error 400s but not the rest #1720

Open
renaudjester opened this issue Mar 20, 2024 · 0 comments
Open

omit chunks HTTP error 400s but not the rest #1720

renaudjester opened this issue Mar 20, 2024 · 0 comments

Comments

@renaudjester
Copy link

Hi!

Problem

It seems that zarr and in particular the FSStore are completely bypassing any errors coming from the server and filling with NaNs. It's good in way as it is intended for 404s and 403s but it then omits other errors that should be returned: see pydata/xarray#8842 for the consequences of this.

Expected behavior

Maybe it should work more like the Julia library for zarr: JuliaIO/Zarr.jl#131 where only http 400s errors are ignored.
I would also expect to be able to add some retry policy to the call that fails for real (ie not the http 400s errors). Is it possible to pass a retry policy?

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

1 participant