summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2021-11-12 17:36:36 (GMT)
committerGitHub <noreply@github.com>2021-11-12 17:36:36 (GMT)
commit8ad1f3914ac1e1b52e378ce4b94c2965cb322133 (patch)
tree0cc361c8fb5a5df2b975e8c35eaec3d855552b2d /release_docs
parent75a320b89e5e0abeb5ea665ad73b188f049df494 (diff)
downloadhdf5-8ad1f3914ac1e1b52e378ce4b94c2965cb322133.zip
hdf5-8ad1f3914ac1e1b52e378ce4b94c2965cb322133.tar.gz
hdf5-8ad1f3914ac1e1b52e378ce4b94c2965cb322133.tar.bz2
Re-enable collective metadata reads after disabling for chunk lookup (#1175)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5a51cf8..4f20d34 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -119,8 +119,12 @@ Bug Fixes since HDF5-1.10.7 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)
Java Library
------------