summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-09-01 14:31:38 (GMT)
committerGitHub <noreply@github.com>2023-09-01 14:31:38 (GMT)
commite3d420084c9bcc3e8f2a4e68bc01e39a1a5f48d1 (patch)
treedfba5eb0d24477f3c0a918a555b8fb67ef4bd1e3 /release_docs
parentdd4c6c707370c32eb2722ea18509485e43ecef4f (diff)
downloadhdf5-e3d420084c9bcc3e8f2a4e68bc01e39a1a5f48d1.zip
hdf5-e3d420084c9bcc3e8f2a4e68bc01e39a1a5f48d1.tar.gz
hdf5-e3d420084c9bcc3e8f2a4e68bc01e39a1a5f48d1.tar.bz2
Revert "[1.10 Merge] Fix serial to parallel chunked dataset file space allocation bug (#3394) (#3475)" (#3479)
This reverts commit dd4c6c707370c32eb2722ea18509485e43ecef4f.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 046d1f1..9bf9fe0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -135,17 +135,6 @@ 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