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

librados: remove new setxattr overload to avoid breaking the C++ ABI #12207

Merged
merged 1 commit into from Dec 2, 2016

Conversation

jdurgin
Copy link
Member

@jdurgin jdurgin commented Nov 29, 2016

Fixes: http://tracker.ceph.com/issues/18058
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
(cherry picked from commit b8ff781)

Conflicts:
	src/include/rados/librados.hpp (trivial namespace change in removed line)
@jdurgin jdurgin added this to the jewel milestone Nov 29, 2016
@yuriw
Copy link
Contributor

yuriw commented Nov 29, 2016

test this please

@theanalyst
Copy link
Member

@jdurgin @liewegas this is the result of the rgw run on this http://pulpito.ceph.com/abhi-2016-12-01_22:19:07-rgw-wip-jewel-10-2-4-rc-distro-basic-smithi/ , basically we've had 3 jobs fail due to valgrind failures on ceph-mon, (which was seen across other runs as well) otherwise looks green

@jdurgin
Copy link
Member Author

jdurgin commented Dec 2, 2016

this looks good to go then, thanks!

FTR, the leak listed there looks like it's coming from valgrind itself:

  <unique>0x52</unique>
  <tid>1</tid>
  <kind>Leak_StillReachable</kind>
  <xwhat>
    <text>72,704 bytes in 1 blocks are still reachable in loss record 83 of 84</text>
    <leakedbytes>72704</leakedbytes>
    <leakedblocks>1</leakedblocks>
  </xwhat>
  <stack>
    <frame>
      <ip>0xA885B8F</ip>
      <obj>/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
      <fn>malloc</fn>
    </frame>
    <frame>
      <ip>0xC79FEFF</ip>
      <obj>/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21</obj>
    </frame>
    <frame>
      <ip>0x9C684E9</ip>
      <obj>/lib/x86_64-linux-gnu/ld-2.23.so</obj>
      <fn>call_init.part.0</fn>
      <dir>/build/glibc-Qz8a69/glibc-2.23/elf</dir>
      <file>dl-init.c</file>
      <line>72</line>
    </frame>
    <frame>
      <ip>0x9C685FA</ip>
      <obj>/lib/x86_64-linux-gnu/ld-2.23.so</obj>
      <fn>call_init</fn>
      <dir>/build/glibc-Qz8a69/glibc-2.23/elf</dir>
      <file>dl-init.c</file>
      <line>30</line>
    </frame>
    <frame>
      <ip>0x9C685FA</ip>
      <obj>/lib/x86_64-linux-gnu/ld-2.23.so</obj>
      <fn>_dl_init</fn>
      <dir>/build/glibc-Qz8a69/glibc-2.23/elf</dir>
      <file>dl-init.c</file>
      <line>120</line>
    </frame>
    <frame>
      <ip>0x9C58CF9</ip>
      <obj>/lib/x86_64-linux-gnu/ld-2.23.so</obj>
    </frame>
    <frame>
      <ip>0x5</ip>
    </frame>
    <frame>
      <ip>0xFFF000C1E</ip>
    </frame>
    <frame>
      <ip>0xFFF000C27</ip>
    </frame>
    <frame>
      <ip>0xFFF000C2A</ip>
    </frame>
    <frame>
      <ip>0xFFF000C34</ip>
    </frame>
    <frame>
      <ip>0xFFF000C39</ip>
    </frame>
    <frame>
      <ip>0xFFF000C3C</ip>
    </frame>
  </stack>
</error>

@jdurgin jdurgin merged commit 6d17188 into ceph:jewel Dec 2, 2016
@jdurgin jdurgin deleted the wip-librados-setxattr-overload-jewel branch December 2, 2016 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants