Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
15fa789eaf7MMerge branch 'cache_image' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into cache_image
Dana RobinsonDana Robinson
8715335250aMMerge pull request #234 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image to cache_image * commit '4b09ed7dfc26c95ebfdb73b2a7b5012206de9a9e': Minor cleanup of the freespace test.
Dana RobinsonDana Robinson
4b09ed7dfc2MMerge branch 'cache_image' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into cache_image
Dana RobinsonDana Robinson
c4fc536c147Minor cleanup of the freespace test.
Quincey KoziolQuincey Koziol
66a73e2a585Add more safeties around reseting rings on errors. Also, minor code style fixes.
Quincey KoziolQuincey Koziol
0f29da9fd4aSwitch to unsettling the FSM rings from an explicit model in every place a FSM is modified to an "entry dirtied" message notify callback for the FSM cache entries. Clean up some more 'const' warnings in the cache. Make error recovery for ring setting safer.
Quincey KoziolQuincey Koziol
ab07b58917eRemove inappropriate assert
Quincey KoziolQuincey Koziol
165ac6414a4MMerge branch 'cache_image' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into cache_image
Dana RobinsonDana Robinson
6f2aebc74c5MMerge pull request #233 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image to cache_image Fixed H5C__POST_SUC_HT_SEARCH_SC macro under production * commit '04fc906659c80ed3ce84a4bac6d64f2fe7558edb': Fixed the H5C__POST_SUC_HT_SEARCH_SC macro under production.
Dana RobinsonDana Robinson
04fc906659cFixed the H5C__POST_SUC_HT_SEARCH_SC macro under production.
Quincey KoziolQuincey Koziol
c2ac48f8bfdRefactor file shutdown code to better reflect existing packaging within library. Remove 'const' from cache client pre_serialize callback, to reduce warnings, and correspondingly remove 'const' from some internal routines. Also rename some H5MF* routines to reflect their static/package usage.
Quincey KoziolQuincey Koziol
0bc974fe060Move H5[A]C_get_serialization_in_progress to debug source module, since it's only used in sanity checking code.
Quincey KoziolQuincey Koziol
8e03559dc8eMMerge branch 'cache_image' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into cache_image
Dana RobinsonDana Robinson
3426e3c3ddaMMerge pull request #229 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image to cache_image Fixed the flush test problem w/ non-SWMR VFDs. * commit 'd8229b95d2362a2365742f3b9aa903cb3a1044fe': Updated the flush1/2 test to not be a mess and to handle non-SWMR-enabled VFDs.
Dana RobinsonDana Robinson
d8229b95d23Updated the flush1/2 test to not be a mess and to handle non-SWMR-enabled VFDs. (cherry picked from commit fcb7e204b568efb785f47153172147b83da5418a)
Quincey KoziolQuincey Koziol
36c00d72f12Refactoring to separate the file shutdown code from the cache image feature better.
Dana RobinsonDana Robinson
5472f2b2b14MMerge pull request #228 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image to cache_image Changesets from develop * commit 'a7f2064c57c345c583a0faf58d5121081adcc115': Brought over a couple of changes from develop:
Dana RobinsonDana Robinson
a7f2064c57cBrought over a couple of changes from develop: e41a15b7f07 Added a missing test file needed for the flushrefresh script. a659d6ed5aa AM_MAINTAINER_MODE should be set to "disable" for releases
mainzermainzer
795d47fb14cMMerge branch 'cache_image' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into cache_image Needed to allow checkin into main cache image branch.
Quincey KoziolQuincey Koziol
6e543698eb1Whitespace, uncomment sanity check macro, and optimize search index macro
Quincey KoziolQuincey Koziol
f8d89a0b066Remove duplicated code and clean up a few comments and whitespace.
Quincey KoziolQuincey Koziol
b79e57b7897Align macros for ring names in H5AC code to be the same as the newer forms in H5C, and remove references to H5C_RING_* outside of the H5C source modules.
Quincey KoziolQuincey Koziol
4ad25104007Whitespace cleanup
mainzermainzer
6fbb73c87c0Review and tidy of cache flush routines, with particular emphasis on closing holes in the sanity checking code. Tested serial and parallel on Jam.
Dana RobinsonDana Robinson
a568d505187MMerge pull request #224 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image to cache_image cherry-pick sync with develop * commit '9bf3f433cd490efee770879b260dc25905f8ae96': More cherry-picked merges from develop: Cherry-pick of C++ changesets from develop:
Dana RobinsonDana Robinson
9bf3f433cd4More cherry-picked merges from develop: + 441c8ea43ab6a6559d1f167bdfbbaf3720621804 Added text to the function check macros so that a more helpful error message is emitted when there is a problem. + a25a08dff04c4ba03f28e8219a2ea782cf33d466 Cleaned up H5Odtype.c + 508714805a5faa1775bfea5a8257d7130bd0a15e hdf5 lib needed for extend_dset link. + 518a94dd0fcae607c263f16c2b2d823c84b9b647 Add test lib to extend_dset test link line + 9b0f236d8cc833f9103a64654d46997695172ea8 Add hl test dir and test ...
Dana RobinsonDana Robinson
a3ca6be5b27Cherry-pick of C++ changesets from develop: 798cdad29a49e0883446f7dad3c7992d53ea6ee3 Purpose: Improvement for HDFFV-10004 e05da1b533d5eb9527a5b67ba2683379f8e1e7ac Description: Removed commented out code and fixed miscellaneous typos.
Quincey KoziolQuincey Koziol
e7e51e0554cAdd H5Cprefetched.c to the CMake build.
Quincey KoziolQuincey Koziol
308b411f517More normalizations against the develop branch and various other code quality improvements.
Quincey KoziolQuincey Koziol
a1cd9df2717Style and normalization changes.
Dana RobinsonDana Robinson
cc86bd83ab2MMerge pull request #219 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_more_swmr to cache_image Merge of changesets from develop (mostly SWMR) * commit 'ee9c4025df06b870d0a681eead865b3ca3ae0bfc': Brought over more cherry-picked changes from develop: Bring over changes from revise_chunks that cleanup recent SWMR changes from code review feedback. Bring SWMR-related tools changes from revise_chunks to develop. Brought in minor SWMR tweaks from develop:
Dana RobinsonDana Robinson
ee9c4025df0Brought over more cherry-picked changes from develop: + 7f3b32385c5331ebb792474abbdbe1aace3c2e94 HDFFV-10053: add check for zlib support before running test + e0b353b6f5a9c80ffe7a1f82cee6a15c13d25692 Snapshot version 1.9 release 235 + 8abd02297178d6d06513cf82cbfc9cec02d82fb9 Add --docver option to relesae on develop branch. + fc69eeb9919a0974dcefb3bbc1de6da429e98509 Bring Java SWMR changes from revise_chunks to develop branch + b772be716d4ac50a087407577358a35452ad0afa Merge SWMR-oriented acc...
Dana RobinsonDana Robinson
d9e743b8b44Bring over changes from revise_chunks that cleanup recent SWMR changes from code review feedback. (cherry picked from commit feb9d1f6761b541a388100d04ec56a9b88a7e462)
Dana RobinsonDana Robinson
b3ba3ec4b23Bring SWMR-related tools changes from revise_chunks to develop. (cherry picked from commit 57afb68e465d8a0bc521a68c96c6d67db358e482)
Dana RobinsonDana Robinson
76f4686635bBrought in minor SWMR tweaks from develop: + 651c2f30304ed9b8e9470039e46279635356a3cc Fix bad implementation of Windows nanosleep equivalent. + 0f2f51bb7bdac91ba670bd810bab687594a60251 Updated the comment for the valgrind fix. + a366c0a4925afd53c55f3e35d1770f12da6d6178 Fixed a valgrind problem in file shutdown exposed by the swmr.c test. + 527f28333cb2ec5b247ec348cf6970e0d114891b Another Java oversight (sorry, don't have Java configured on my Mac) + e1026bd354443ae9c4e0cf197feb7191920c9f13 C...
Quincey KoziolQuincey Koziol
dadd6c5cdb9MMerge branch 'cache_image' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into cache_image_bug02
Quincey KoziolQuincey Koziol
f22669c3be4Main SWMR merge from develop.
Quincey KoziolQuincey Koziol
7309d258e59MMerge branch 'cache_image' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into cache_image_bug02
Dana RobinsonDana Robinson
54250453ca3MMerge pull request #214 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_partial to cache_image More cache_image and develop synchronization * commit '75c0dcada3623751dee514fbbe18837358bfd1ca': Merge of final evict-on-close fixes for new-style gorups from develop. Required some changes to work with the modified free space manager code in cache_image. Normalization of cache_image branch with page_buffering. Whitespace cleanup in H5FS code before evict-on-close merge.
Quincey KoziolQuincey Koziol
7b70b3be0ccMain SWMR merge from develop.
Dana RobinsonDana Robinson
3dc43683626MMerge pull request #211 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_partial to cache_image Merged H5MF whitespace and parens changes * commit 'dc256af241b9d081421ac73c103bbc69aa77aacf': H5MF code tidy before final evict-on-close merge.
Dana RobinsonDana Robinson
cb23d4b03edMMerge pull request #208 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_partial to cache_image SWMR retry changes + normalization * commit 'c12b6872ef6bff9db7edab8bbbf7f4ffabfde05c': Brought over a batch of cherry-picked changes from develop: Bring over support for retrying metadata cache entry loads, along with all the supporting metadata cache callback changes, etc. Change dlopen from RTLD_NOW to RTLD_LAZY (cherry picked from commit ae59766fc981ff64236e461cebe3f193c7fd6a51)
Dana RobinsonDana Robinson
e158b84466fMMerge pull request #202 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_partial to cache_image Merged fix for H5AC_dump_cache() being unavailable due to #ifdefs. * commit 'd41426bcf994b8ac1fcf9ef951fcb69cd2e966a2': Removed NDEBUG guards from H5AC test functions.
Dana RobinsonDana Robinson
f77b84b78d9MMerge pull request #198 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_partial to cache_image Partial merge of develop changes to cache_image. * commit 'e8b36ad05334af4cd18cba88ea00c4219be173a6': Remove "collective write list" parameter from H5C__flush_single_entry() as it is only used in a couple of places. The collective write list has been moved to be internal to the cache data structure instead. Eliminate unnecessary data structure for parallel collective metadata cache I/O
Dana RobinsonDana Robinson
a18f42fd883MMerge pull request #197 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_partial to cache_image Merge fix for parallel failure. * commit 'ad37ae2097374d34c80a1715c3ca213e09da26de': Add a flag for H5C__flush_single_entry() to allow the parallel code to request that images for entries be generated, even when not writing the entry from an MPI rank.
Dana RobinsonDana Robinson
a03484c256aMMerge pull request #193 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_partial to cache_image Another batch of develop->cache_image merges, all cherry-picks of orthogonal changesets. * commit '90598feb1ca14355f81ea5a36179c38ffa39455e': Tentative fix for valgrind issues related to EoC. Minor normalization cleanups. Change examples to match junit test (cherry picked from commit 53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8) Add missing character (cherry picked from commit 7a5eea36a59ff4...
Dana RobinsonDana Robinson
3fbde39b112MMerge pull request #192 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_image_partial to cache_image Bring over changes from develop * commit 'fc8fb1481488c88df87dadda9564d611f4cf7301': Fixed a compiler warning in H5C.c. Remove 'clear' callback from metadata cache client interface, using the new 'entry cleaned' notify action innstead. Remove explicit support within the metadata cache for tracked compressed entries, they are now completely handled in the clients. Repair comment chars to ...
Quincey KoziolQuincey Koziol
20e7a22ea6cAdd changes from (missed?) merge
Allen ByrneAllen Byrne
af290150af5HDFFV-10120 Tools test fail when zlib is disabled
Larry KnoxLarry Knox
2d86a856d56Commit Vailin's fix for the h5format_convert test failure. DAILYTEST-256 #2. Tested on emu, kituo, mayll, ostrich, and osx1011dev with previously failing test configurations.