diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2022-02-25 20:36:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 20:36:34 (GMT) |
commit | f46e5db184b22a2a53cf901f23c7561e596f39ca (patch) | |
tree | ab95cdcbcc8e7ebc1cadb7c45686400dc47df94e /release_docs/RELEASE.txt | |
parent | e19e7e3faae303a4a63b7df002abe1fe31348290 (diff) | |
download | hdf5-f46e5db184b22a2a53cf901f23c7561e596f39ca.zip hdf5-f46e5db184b22a2a53cf901f23c7561e596f39ca.tar.gz hdf5-f46e5db184b22a2a53cf901f23c7561e596f39ca.tar.bz2 |
Amend RELEASE.txt with note about parallel compression testing assertion failure (#1458)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ab4ec2a..2346e2f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -922,6 +922,15 @@ New Features * Improved coverage of regression testing for the feature + NOTE: we are aware of and working on a fix for an assertion failure that + occurs during regression testing of the feature. It looks similar to: + + hdf5/src/H5ACmpio.c:1089: H5AC__log_moved_entry: Assertion `!entry_dirty' failed. + + so far, this assertion failure has only occurred during testing and has + not been seen in any production uses, but until this bug is fixed the + feature should be considered unstable. + (JTH - 2022/2/23) Fortran Library: |