IGS/gEAR

H5AD file read error shows up as "Resources are busy ..."

Opened this issue · 2 comments

A file transfer failed so that the EOF was shorter than expected, but the interface showed this:

Screenshot from 2023-11-14 21-37-49

While the apache log says this:

OSError: Unable to open file (truncated file: eof = 9020719104, sblock->base_addr = 0, stored_eof = 9773599513)

To duplicate, do anything to make the h5ad unreadable, truncate one, maybe permissions, etc.

So is the issue to fix this H5AD file or is the issue to catch and throw a more appropriate error?