summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2021-11-12 05:29:21 (GMT)
committerGitHub <noreply@github.com>2021-11-12 05:29:21 (GMT)
commit70910573e0cdc7f6647f54046f23a0885176a4a7 (patch)
treeb7eab90fd9e2b7b0936f76ff7105f1acb6e06eff /release_docs
parent8c2e79fa7a0f06cfe12c67b4881759074bd0bdfb (diff)
downloadhdf5-70910573e0cdc7f6647f54046f23a0885176a4a7.zip
hdf5-70910573e0cdc7f6647f54046f23a0885176a4a7.tar.gz
hdf5-70910573e0cdc7f6647f54046f23a0885176a4a7.tar.bz2
Re-enable collective metadata reads after disabling for chunk lookup (#1174)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6381eb8..5d586fb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -217,6 +217,13 @@ Bug Fixes since HDF5-1.12.1 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 a segmentation fault
A segmentation fault occurred with a Mathworks corrupted file.