Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kv: fix some bugs in memdb #10550

Merged
merged 4 commits into from Aug 18, 2016
Merged

kv: fix some bugs in memdb #10550

merged 4 commits into from Aug 18, 2016

Commits on Aug 18, 2016

  1. kv: delete store after pg destructor is called in OSD shutdown.

    Using memdb for bluestore kvbackend, we will hit segfault when we use
    'kill' command to shut down osd process. After destructing pg, some
    reference to bluestore will be release, but bluestore has been deleted
    at this time.
    
    Signed-off-by: Haodong Tang <haodong.tang@intel.com>
    haodong committed Aug 18, 2016
    Copy the full SHA
    cbca389 View commit details
    Browse the repository at this point in the history
  2. kv: fix iterator invalidation in memdb.

    Signed-off-by: Haodong Tang <haodong.tang@intel.com>
    haodong committed Aug 18, 2016
    Copy the full SHA
    00289b2 View commit details
    Browse the repository at this point in the history
  3. kv: fill 'm_key_value' after 'seek_to_first' or 'seek_to_last'

    Signed-off-by: Haodong Tang <haodong.tang@intel.com>
    haodong committed Aug 18, 2016
    Copy the full SHA
    7e72a09 View commit details
    Browse the repository at this point in the history
  4. kv: fix iterator bug in prev

    Signed-off-by: Haodong Tang <haodong.tang@intel.com>
    haodong committed Aug 18, 2016
    Copy the full SHA
    f5a320c View commit details
    Browse the repository at this point in the history