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

msg/async: remove static member variable #10440

Merged
merged 1 commit into from Jul 26, 2016
Merged

Conversation

tchaikov
Copy link
Contributor

msgr is part of libcommon. and the later is linked into both libcephfs
and librados. and hence into cephfs.so and rados.so. that's why we have
double free.

Fixes: http://tracker.ceph.com/issues/16686
Signed-off-by: Kefu Chai kchai@redhat.com

msgr is part of libcommon. and the later is linked into both libcephfs
and librados. and hence into cephfs.so and rados.so. that's why we have
double free.

Fixes: http://tracker.ceph.com/issues/16686
Signed-off-by: Kefu Chai <kchai@redhat.com>
@badone
Copy link
Contributor

badone commented Jul 26, 2016

lgtm

@yuyuyu101
Copy link
Member

Reviewed-by:

@tchaikov
Copy link
Contributor Author

tchaikov commented Jul 26, 2016

@jcsp this change works for me. could you help to check if it fixes your issue or not?

@ajarr
Copy link
Contributor

ajarr commented Jul 26, 2016

@tchaikov , this fix works for me in my local setup. I was able to run the VolumeClient tests using vstart_runner. And thanks for the explanation here, http://permalink.gmane.org/gmane.comp.file-systems.ceph.devel/32519

@jcsp
Copy link
Contributor

jcsp commented Jul 26, 2016

@tchaikov looks good to me, thanks

@jcsp
Copy link
Contributor

jcsp commented Jul 26, 2016

(I haven't tried it personally but I see that @ajarr has, which is enough for me)

@tchaikov tchaikov merged commit 0b9eeaa into ceph:master Jul 26, 2016
@tchaikov tchaikov deleted the wip-16686 branch July 26, 2016 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants