summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-10-07 21:00:44 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:17:25 (GMT)
commit4c481e55648422e3777f34ef5f657a7f976b4e43 (patch)
treecbe20898adcf4146740b33a630f93e26f81d7f92 /release_docs
parent2943ab87e0538dc5a8ae1674a561c485f42da211 (diff)
downloadhdf5-4c481e55648422e3777f34ef5f657a7f976b4e43.zip
hdf5-4c481e55648422e3777f34ef5f657a7f976b4e43.tar.gz
hdf5-4c481e55648422e3777f34ef5f657a7f976b4e43.tar.bz2
Partial fix for HDFFV-10792
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c2f2ebe..2a0dc8e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -380,6 +380,19 @@ Bug Fixes since HDF5-1.10.3 release
Library
-------
+ - Fixed an assertion failure in the parallel library when collectively
+ filling chunks. As it is required that chunks be written in
+ monotonically non-decreasing order of offset in the file, this assertion
+ was being triggered when the list of chunk file space allocations being
+ passed to the collective chunk filling routine was not sorted according
+ to this particular requirement.
+
+ The addition of a sort of the out of order chunks trades a bit of
+ performance for the elimination of this assertion and of any complaints
+ from MPI implementations about the file offsets used being out of order.
+
+ (JTH - 2019/10/07)
+
- Fixed the iteration error in test_versionbounds() in test/dtypes.c
The test was supposed to loop through all valid combinations of