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

jewel: rgw: multisite segfault on ~RGWRealmWatcher if realm was deleted #10660

Merged
merged 1 commit into from Aug 26, 2016
Merged

jewel: rgw: multisite segfault on ~RGWRealmWatcher if realm was deleted #10660

merged 1 commit into from Aug 26, 2016

Conversation

ghost
Copy link

@ghost ghost commented Aug 10, 2016

if the realm is deleted while the gateway has a watch, it's disconnected
and watch_restart() will fail. this results in a watch handle of 0,
which leads to a segfault on ~RGWRealmWatcher when we pass it to
unwatch()

this commit cleans up the watch when watch_restart() fails, so we don't
try to unwatch() on destruction

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

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit e5b8b5b)
@ghost ghost self-assigned this Aug 10, 2016
@ghost ghost added this to the jewel milestone Aug 10, 2016
@ghost ghost added bug-fix rgw labels Aug 10, 2016
ghost pushed a commit that referenced this pull request Aug 12, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 16, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 17, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 22, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 22, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 23, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 25, 2016
…her if realm was deleted

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link
Author

ghost commented Aug 25, 2016

@oritwas does this backport look good to merge ? It passed the rgw suite http://tracker.ceph.com/issues/16344#note-38 (the failure was due to #10832 which has been removed from the branch so that the failed test can be run).

@ghost ghost assigned oritwas Aug 25, 2016
@oritwas oritwas merged commit 6d270f6 into ceph:jewel Aug 26, 2016
@theanalyst theanalyst changed the title jewel: multisite segfault on ~RGWRealmWatcher if realm was deleted jewel: rgw: multisite segfault on ~RGWRealmWatcher if realm was deleted Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants