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: Memory leaks in object_list_begin and object_list_end #13118

Merged
merged 1 commit into from Feb 1, 2017

Conversation

smithfarm
Copy link
Contributor

We allocate a cursor in the constructor but simply reassign it in these
functions without cleaning up the original. We have a utility setter that
handles this exact case so we should use it.

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

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit 8d9d84b)
@smithfarm smithfarm self-assigned this Jan 26, 2017
@smithfarm smithfarm added this to the jewel milestone Jan 26, 2017
@smithfarm
Copy link
Contributor Author

@liewegas This passed a rados suite at http://tracker.ceph.com/issues/17851#note-45 with some (few, unrelated) failures.

OK to merge?

@smithfarm
Copy link
Contributor Author

This passed another rados run at http://tracker.ceph.com/issues/17851#note-53

@smithfarm smithfarm merged commit 1c6eacb into ceph:jewel Feb 1, 2017
@smithfarm smithfarm deleted the wip-18274-jewel branch February 1, 2017 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants