diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-09-01 22:21:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 22:21:17 (GMT) |
commit | 12b5897f1aeb0cb97e28aabcac50e407de34942b (patch) | |
tree | 1480e4570353a394bf0885c5674ce325c4dab128 /release_docs | |
parent | 5e69b25d84db2bb030aa0322bd9f4ff90d59f05d (diff) | |
download | hdf5-12b5897f1aeb0cb97e28aabcac50e407de34942b.zip hdf5-12b5897f1aeb0cb97e28aabcac50e407de34942b.tar.gz hdf5-12b5897f1aeb0cb97e28aabcac50e407de34942b.tar.bz2 |
Revert "Revert "[1.10 Merge] Fix serial to parallel chunked dataset file space allocation bug (#3394) (#3475)" (#3479)" (#3486)
This reverts commit e3d420084c9bcc3e8f2a4e68bc01e39a1a5f48d1.
^^^ Which itself was a revert of dd4c6c7
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9bf9fe0..046d1f1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -135,6 +135,17 @@ Bug Fixes since HDF5-1.10.10 release =================================== Library ------- + - Fixed a file space allocation bug in the parallel library for chunked + datasets + + With the addition of support for incremental file space allocation for + chunked datasets with filters applied to them that are created/accessed + in parallel, a bug was introduced to the library's parallel file space + allocation code. This could cause file space to not be allocated correctly + for datasets without filters applied to them that are created with serial + file access and later opened with parallel file access. In turn, this could + cause parallel writes to those datasets to place incorrect data in the file. + - Fixed an assertion failure in Parallel HDF5 when a file can't be created due to an invalid library version bounds setting |