Loïc Huder
Loïc Huder
`hsinfo` shows `server version: 0.7.0beta` But I pulled the latest version from this repo and used `runall.sh` to launch the service. So it should use the latest version, no ?
Ah yes. Sorry, it has been a while :sweat_smile:
All right, I could do the `hsload --link` with the updated version. However, the data node seems to crash when wanting to uncompress the data: ``` 1701424543.784 DEBUG> _uncompress(compressor=None, shuffle=2)...
Running on `x86_64`. I guess it is because I tried to specify a slice when trying to get the data (via `select`) ? Can you try that on your end...
Yeah it seems `wget https://cloud.esrf.fr/s/btA8C4aB8C9YMLH` gets you a HTML file. You can do ``` wget https://cloud.esrf.fr/s/btA8C4aB8C9YMLH/download/compressed.h5 ``` instead.
I get the same thing as you, up to the part `data = dset[:,:]`. This hangs and finally raises a `TimeoutError`: ``` >>> data = dset[:,:] Traceback (most recent call...
It takes quite some time but I get another error: ``` Traceback (most recent call last): File ".../h5pyd/h5pyd/_hl/dataset.py", line 1160, in __getitem__ rsp = self.GET(req, params=params, format="binary") File ".../h5pyd/h5pyd/_hl/base.py", line...
@dependabot rebase
Sure, that's relevant also for large datasets. For h5wasm, we have a more specific issue tracking this at https://github.com/silx-kit/h5web/issues/1264
> Is it also planned to have streaming binary support for hsds? I could also try to implement it myself in the hsds api but I'm not a typescript expert,...