Contiguous datasets in SWMR mode cannot be read with hdf5 1.14.4+ #5251
Labels
Component - C Library
Core C library issues (usually in the src directory)
Priority - 1. High 🔼
These are important issues that should be resolved in the next release
Type - Bug / Bugfix
Please report security issues to [email protected] instead of creating an issue on GitHub
Describe the bug
During the writing of a SWMR file with a contiguous dataset, when a read process opens that dataset, I get using hdf5 1.14.4-3
I guess #4283 may have caused this issue.
Expected behavior
In a prior release, such as 1.14.3, the dataset is opened successfully. I also encounter another issue using this release which is noted below.
Platform (please complete the following information)
Additional context
A h5py script to reproduce the error:
Note, also, the contents of a contiguous dataset does not read updated values during SWMR writing in 1.14.3:
The text was updated successfully, but these errors were encountered: