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

rgw: clear data_sync_cr if RGWDataSyncControlCR fails #11506

Merged
merged 2 commits into from Nov 1, 2016

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented Oct 14, 2016

async notifications will still try to call wakeup() on RGWDataSyncControlCR if it fails, leading to segfault

Fixes: http://tracker.ceph.com/issues/17569

async notifications will still try to call wakeup() on RGWDataSyncControlCR
if it fails, leading to segfault

Fixes: http://tracker.ceph.com/issues/17569

Signed-off-by: Casey Bodley <cbodley@redhat.com>
run() will drop its reference to data_sync_cr, so we need to hold a
reference until we can reacquire the lock

Signed-off-by: Casey Bodley <cbodley@redhat.com>
@yehudasa
Copy link
Member

@cbodley lgtm

@yehudasa yehudasa merged commit d36cc6d into ceph:master Nov 1, 2016
@cbodley cbodley deleted the wip-17569 branch March 8, 2017 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants