I am writing my own VTKHDF files. After a file is read into Paraview and later the display model is deleted from the display, I cannot write to the same VTKHDF file unit again until Paraview is completely shutdown. So, the running instance of Paraview is “holding on the HDF5 file pointer” or some similar operation.
The write error is:
HDF5-DIAG: Error detected in HDF5 (1.14.1-2) thread 0:
#000: /.../src/H5F.c line 660 in H5Fcreate(): unable to synchronously create file
major: File accessibility
minor: Unable to create file
... SNIP ...
If I delete the file after unloading it from Paraview, I am able to again write the without any HDF5 issues.