HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

H5Fis_accessible: reports error message #59

Closed jwsblokland closed 11 months ago

jwsblokland commented 11 months ago

When I use the function H5Fis_accessible() to verify if my code can access certain file, I always the following error message like this

HDF5 REST VOL-DIAG: Error detected in HDF5 REST VOL (1.0.0) thread 1:
  #000: /glb/data/SeismicApps3/nljbl6/vol-rest/src/src/rest_vol_file.c line 400 in RV_file_open(): 410 - Resource has been deleted
    major: File accessibility
    minor: Unable to open file

This is a bit confusing. Originally, I thought I did something wrong but my code does exactly what it suppose to do for this case. Would it be possible to suppress this error message for H5Dis_accessible()? For now, I just ignore it, but I know for sure it will be confusing for other people when they start using my code in combination with HSDS.

mattjala commented 11 months ago

Fixed in #60