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

os/bluestore: disable on_applied sync_complete #20169

Merged
merged 2 commits into from Feb 5, 2018

Commits on Jan 29, 2018

  1. os/bluestore: disable on_applied sync_complete

    1. This is causing problems in ECBackend that are not obvious.
    2. It didn't show any performance win anyway.
    3. I'm trying to remove on_applied callbacks entirely.  If that works out
    this will all be moot!
    
    Fixes: http://tracker.ceph.com/issues/22668
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Jan 29, 2018
    Copy the full SHA
    a78cdce View commit details
    Browse the repository at this point in the history
  2. Revert "osd/ECBackend: fix on_write ordering w/ sync onreadable callb…

    …acks"
    
    This reverts commit 1908c06.
    
    Hoping this helps resolve the failed assertion
    
    src/osd/ExtentCache.h: 371: FAILED assert(tid == 0)
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Jan 29, 2018
    Copy the full SHA
    5c1a3c6 View commit details
    Browse the repository at this point in the history