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: fix segfault in RevokeThread during its shutdown procedure. #15033

Merged
merged 2 commits into from
Jul 26, 2017

Conversation

rzarzynski
Copy link
Contributor

Fixes: http://tracker.ceph.com/issues/19831
Signed-off-by: Radoslaw Zarzynski rzarzynski@mirantis.com

@@ -224,7 +224,7 @@ class TokenCache {
friend class TokenCache;
typedef RGWPostHTTPData RGWGetRevokedTokens;

CephContext * const cct;
CephContext* const cct;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future we might want to switch to boost::intrusive_ptr<CephContext>.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not now? it should be a drop-in replacement here

@rzarzynski
Copy link
Contributor Author

jenkins retest this please

@rzarzynski
Copy link
Contributor Author

jenkins retest this please

@yuriw
Copy link
Contributor

yuriw commented Jul 24, 2017

@cbodley
Copy link
Contributor

cbodley commented Jul 24, 2017

jenkins test this please

@cbodley
Copy link
Contributor

cbodley commented Jul 25, 2017

@rzarzynski may need a rebase for the src/test/cli/crushtool/build.t failure

@rzarzynski
Copy link
Contributor Author

Rebasing.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Fixes: http://tracker.ceph.com/issues/19831
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
@rzarzynski
Copy link
Contributor Author

jenkins retest this please (run-cli-tests (Failed))

@cbodley cbodley merged commit 1de6bc2 into ceph:master Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants