diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-13 18:42:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-13 18:42:50 (GMT) |
commit | e240c00154d986f20e8c7c0158a222324ec10d68 (patch) | |
tree | 620633d183bd557ab86a7a2e9ebbf9850d984638 /release_docs/RELEASE.txt | |
parent | 0b2827f9ced045e36e4a88e16cfef7ca9250c89e (diff) | |
download | hdf5-e240c00154d986f20e8c7c0158a222324ec10d68.zip hdf5-e240c00154d986f20e8c7c0158a222324ec10d68.tar.gz hdf5-e240c00154d986f20e8c7c0158a222324ec10d68.tar.bz2 |
[svn-r8868] Purpose:
Bug fix
Description:
Fix error in chunked dataset I/O where data written out wasn't read
correctly from a chunked, extendible dataset after the dataset was extended.
Also, fix parallel I/O tests to gather error results from all processes,
in order to detect errors that only occur on one process.
Solution:
Bypass chunk cache for reads as well as writes, if parallel I/O driver is
used and file is opened for writing.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Too minor to require h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d126ecb..a7f2c81 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -82,6 +82,8 @@ Bug Fixes since HDF5-1.6.2 release Library ------- + - Fixed bug where incorrect data could be read from a chunked dataset + after it was extended. QAK - 2004/07/12 - After compound datatype with variable-length string in the fields is committed to file, the size is messed up when it's read back. Fixed. SLU - 2004/06/11 |