diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-19 23:16:06 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-19 23:16:06 (GMT) |
commit | d3055b85b9dc56f14de885310fb4d4af8cdcc3f9 (patch) | |
tree | f9e3c6ef822eb7cd0fe9941cfb9b3fa8b5c3ef5d /doc | |
parent | 65c38da1f01c0ce630ce4da8dab1c1a48fee55dc (diff) | |
download | hdf5-d3055b85b9dc56f14de885310fb4d4af8cdcc3f9.zip hdf5-d3055b85b9dc56f14de885310fb4d4af8cdcc3f9.tar.gz hdf5-d3055b85b9dc56f14de885310fb4d4af8cdcc3f9.tar.bz2 |
Add my name to some entries.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/VFD_SWMR_Punch_List.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/VFD_SWMR_Punch_List.md b/doc/VFD_SWMR_Punch_List.md index 317fdec..5ea7c42 100644 --- a/doc/VFD_SWMR_Punch_List.md +++ b/doc/VFD_SWMR_Punch_List.md @@ -79,7 +79,7 @@ This document lives at [https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_ 18. Flesh out designs for unit, integration and performance tests suites as outlined in the RFC. Implement same. -19. **needs merge** Fix memory leak in sparse-reader test. +19. **David, needs merge** Fix memory leak in sparse-reader test. David found that the shadow index was leaked by VFD SWMR readers and plugged the leak. Now the sparse reader tests do not use up @@ -87,7 +87,7 @@ This document lives at [https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_ `vfd_swmr-merge-attempt-2`, which as of 19 Nov 2019 has not been merged to `feature/vfd_swmr`. -20. **needs merge** Test John's patch that repairs the superblock flags +20. **David, needs merge** Test John's patch that repairs the superblock flags mismatch that crashes the reader. David found that the patch fixed the demo crashes. He applied the @@ -113,7 +113,7 @@ This document lives at [https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_ SWMR does not have to deal with it. However, if the global heap overhaul does not take place, then we have more work to do. -26. **in-progress** Fix the expand/shrink test. +26. **David, in-progress** Fix the expand/shrink test. The test *probably* fails because the dataset extent is enlarged before the data is written, so arbitrary data is present until the |