diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2021-11-09 14:05:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 14:05:08 (GMT) |
commit | b736d442ae5dda49e691f4c9b3150c00fcfa2371 (patch) | |
tree | fb98f9e7b379d18b48b4832fef1351a97ae88e80 /release_docs/RELEASE.txt | |
parent | a0445d806c480529e127d79fda257aa8bf70d594 (diff) | |
download | hdf5-b736d442ae5dda49e691f4c9b3150c00fcfa2371.zip hdf5-b736d442ae5dda49e691f4c9b3150c00fcfa2371.tar.gz hdf5-b736d442ae5dda49e691f4c9b3150c00fcfa2371.tar.bz2 |
Re-enable collective metadata reads after disabling for chunk lookup (#1173)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c5f2e6a..fbdbf3f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1039,6 +1039,13 @@ Bug Fixes since HDF5-1.12.0 release =================================== Library ------- + - Fixed an issue with collective metadata reads being permanently disabled + after a dataset chunk lookup operation. This would usually cause a + mismatched MPI_Bcast and MPI_ERR_TRUNCATE issue in the library for + simple cases of H5Dcreate() -> H5Dwrite() -> H5Dcreate(). + + (JTH - 2021/11/08, HDFFV-11090) + - Fixed cross platform incompatibility of references within variable length types |