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: Move upload_info declaration out of conditional #29559

Merged
merged 1 commit into from Aug 8, 2019

Conversation

adamemerson
Copy link
Contributor

@adamemerson adamemerson commented Aug 8, 2019

https://tracker.ceph.com/issues/41172


That way we don't deconstruct it right after assigning a reference to
part of it.

@cbodley
Copy link
Contributor

cbodley commented Aug 8, 2019

thanks @adamemerson! can you please help track down which releases have this bug, so we can create a tracker issue with appropriate backports?

@cbodley cbodley added the bug-fix label Aug 8, 2019
That way we don't deconstruct it right after assigning a reference to
part of it.

Fixes: https://tracker.ceph.com/issues/41172
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
@adamemerson adamemerson merged commit a63881e into ceph:master Aug 8, 2019
adamemerson added a commit that referenced this pull request Aug 8, 2019
rgw: Move upload_info declaration out of conditional

Reviewed-By: Casey Bodley <cbodley@redhat.com>
@smithfarm
Copy link
Contributor

smithfarm commented Aug 26, 2019

can you please help track down which releases have this bug, so we can create a tracker issue with appropriate backports?

The struct multipart_upload_info was added in v14.1.0 so I'm guessing that nautilus backport is sufficient.

The tracker issue is https://tracker.ceph.com/issues/41172

@adamemerson adamemerson deleted the wip-putobj-crash branch June 17, 2020 20:41
geobeau pushed a commit to geobeau/consul-k8s that referenced this pull request Feb 25, 2021
Behind the timeout issue of RGW I have identified a segmentation fault
liked to that issue https://tracker.ceph.com/issues/42456https://tracker.ceph.com/issues/39660
which is solved by this patch ceph/ceph#29559 available in
the new nautilus ceph release v14.2.5 (available since 2 hours :) )
Lets give it a try to see if gateways are more stable with it

JIRA:STO-9111
Change-Id: Ia21cb0470d6c455eb4332ac5428ad812463ba02e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants