[Bugs] [Bug 1544090] possible memleak in glusterfsd process with brick multiplexing on

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 20 11:54:32 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1544090

Worker Ant <bugzilla-bot at gluster.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|POST                        |MODIFIED



--- Comment #12 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: https://review.gluster.org/19912 committed in master by "MOHIT AGRAWAL"
<moagrawa at redhat.com> with a commit message- server: fix unresolved symbols by
moving them to libglusterfs

Problem: glusterd2 build is failed due to undefined symbol
         (xlator_mem_cleanup , glusterfsd_ctx) in server.so

Solution: To resolve the same done below two changes
          1) Move xlator_mem_cleanup code from glusterfsd-mgmt.c
             to xlator.c to be part of libglusterfs.so
          2) replace glusterfsd_ctx to this->ctx because symbol
             glusterfsd_ctx is not part of server.so

BUG: 1544090
Change-Id: Ie5e6fba9ed458931d08eb0948d450aa962424ae5
fixes: bz#1544090
Signed-off-by: Mohit Agrawal <moagrawa at redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vefkRLlfZ6&a=cc_unsubscribe


More information about the Bugs mailing list