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

hammer: segfault in Objecter::handle_watch_notify #7992

Merged
merged 1 commit into from Apr 6, 2016

Commits on Mar 9, 2016

  1. osdc/Objecter: call notify completion only once

    If we race with a reconnect we could get a second notify message
    before the notify linger op is torn down.  Ensure we only ever
    call the notify completion once to prevent a segfault.
    
    Fixes: ceph#13805
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit 987f68a)
    liewegas authored and smithfarm committed Mar 9, 2016
    Copy the full SHA
    38b9c0b View commit details
    Browse the repository at this point in the history