• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Scot Breitenfeld
  1. Scot Breitenfeld

hdf5_msb

HDF5
hdf5
Public
Actions
  • Clone
  • Download

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Graphs
  • Branches
  • Network
  • Latest Activities

Commits

David Young
cdbdc33c5a5
Participant
    Watch this commit
    Tag this commit
    David Young committed 7a0a2a0b5dc10 Jan 2020
    H5F_vfd_swmr_reader_end_of_tick(),
    compares both new and old shadow indices and calls H5PB_remove_entry()
    on each entry that was in the old index but is not in the new.
    
    Ever since H5PB_remove_entry() started removing shadow index
    entries, it has been possible for H5F_vfd_swmr_reader_end_of_tick()
    to walk past the end of the new shadow index or even to skip entries
    in the new index.  Sometimes an assertion failed when that happened.
    
    I have restructured the code in H5F_vfd_swmr_reader_end_of_tick()
    so that it compares the old and new indices, gathering a list of
    removed pages, in one step.  In the next step, it processes the
    list of removed pages, calling H5PB_remove_entry() on each page.
    In the step after that, it notifies the metadata cache of each
    removed page.  This fixes the bug I described, above.
    • Git repository management for enterprise teams powered by Atlassian Bitbucket
    • Atlassian Bitbucket v4.4.1
    • Documentation
    • Contact Support
    • Request a feature
    • About
    • Contact Atlassian
    Atlassian
    ยป