diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2019-02-12 01:15:56 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2019-02-12 20:38:29 (GMT) |
commit | 2e44998a70924b77f186f6cb60924035fd24441d (patch) | |
tree | afdb427f106eaa34dcb61b185247d1c75459b64e /release_docs | |
parent | a4cfd0bfd7be9cba5d9af02825358f898885c5c4 (diff) | |
download | hdf5-2e44998a70924b77f186f6cb60924035fd24441d.zip hdf5-2e44998a70924b77f186f6cb60924035fd24441d.tar.gz hdf5-2e44998a70924b77f186f6cb60924035fd24441d.tar.bz2 |
Add RELEASE.txt note for collective metadata read fixes
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4808a27..f8d2946 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -345,6 +345,22 @@ Bug Fixes since HDF5-1.10.3 release Library ------- + - Fix hangs with collective metadata reads during chunked dataset I/O + + In the parallel library, it was discovered that when a particular + sequence of operations following a pattern of: + + "write to chunked dataset" -> "flush file" -> "read from dataset" + + occurred with collective metadata reads enabled, hangs could be + observed due to certain MPI ranks not participating in the collective + metadata reads. + + To fix the issue, collective metadata reads are now disabled during + chunked dataset raw data I/O. + + (JTH - 2019/02/11, HDFFV-10563, HDFFV-10688) + - Performance issue when closing an object The slow down is due to the search of the "tag_list" to find |