-
Notifications
You must be signed in to change notification settings - Fork 265
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
Process killed while trying to access Zarr dataset on S3 #2594
Comments
Pinging @DennisHeimbigner |
|
Ok, I have some information. |
Thank you for taking a look. For (2), I tried reading the same file using Zarr-Python, and it seemed to work fine.
"Perhaps better would be to mark such |
4.9.1 should be out inside a week [Ward?]. |
I'm working on v4.9.1 as we speak; as is always the case, I wanted it out weeks ago, I would like it to be out today or tomorrow, and I'm hopeful it will be by the end of the week. We'll see what other little things crop up in the meantime. |
NetCDF version: v4.9.0
HDF5 version: 1.10.8
OS: Linux
I am trying to access the zarr datasets here (https://power-analysis-ready-datastore.s3.us-west-2.amazonaws.com/index.html) and here (https://hrrrzarr.s3.amazonaws.com/index.html) using netcdf.open. I am seeing two issues here:
If I only append '#mode=zarr' or '#mode=nczarr,zarr' without specifying the driver to be used, the process stalls for a bit and then gets killed. This happens even if I build netCDF without NCZarr support.
I also see a process abortion if I try and open the dataset here ("https://hrrrzarr.s3.us-west-1.amazonaws.com/prs/20180712/20180712_12z_anl.zarr#mode=zarr,s3")
The error message is as follows:
"netcdf/libnczarr/zclose.c:228: zclose_type: Assertion `type && type->format_type_info != NULL' failed.
Abort
"
Please find my repro code below:
The text was updated successfully, but these errors were encountered: