Bug 1303945 - Memory leak in dht
Summary: Memory leak in dht
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: distribute
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Sakshi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1304889
TreeView+ depends on / blocked
 
Reported: 2016-02-02 13:26 UTC by Vijay Bellur
Modified: 2016-08-01 01:22 UTC (History)
5 users (show)

Fixed In Version: glusterfs-3.8rc2
Clone Of:
: 1304889 (view as bug list)
Environment:
Last Closed: 2016-06-16 13:56:34 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Vijay Bellur 2016-02-02 13:26:53 UTC
Description of problem:

Any rename operation causes a leak in dht. This is due to a dictionary which is not being currently freed in dht_do_rename(). 

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Perform renames on a fuse/nfs mount point
2. Check the memory usage of fuse client or nfs server


Actual results:
Memory usage increases with more renames being done.

Expected results:
Memory usage should remain stable even with multiple renames.


Additional info:

Comment 1 Vijay Bellur 2016-02-02 14:07:02 UTC
REVIEW: http://review.gluster.org/13322 (cluster/dht: Cleanup dict in dht_do_rename()) posted (#2) for review on master by Vijay Bellur (vbellur)

Comment 2 Vijay Bellur 2016-02-04 08:40:21 UTC
COMMIT: http://review.gluster.org/13322 committed in master by Raghavendra G (rgowdapp) 
------
commit e07fdc4b6d8936089a9ec08aa61f450126b43787
Author: Vijay Bellur <vbellur>
Date:   Fri Jan 29 15:59:24 2016 -0500

    cluster/dht: Cleanup dict in dht_do_rename()
    
    Change-Id: Ib4b3a843e78eccf5b8e0e7776cd0128013a59a3e
    BUG: 1303945
    Signed-off-by: Vijay Bellur <vbellur>
    Reviewed-on: http://review.gluster.org/13322
    CentOS-regression: Gluster Build System <jenkins.com>
    Smoke: Gluster Build System <jenkins.com>
    Reviewed-by: Kaleb KEITHLEY <kkeithle>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Reviewed-by: Raghavendra G <rgowdapp>

Comment 3 Sakshi 2016-02-08 06:39:42 UTC
More leaks found in DHT, will be sending patches to fix them.

Comment 4 Vijay Bellur 2016-02-08 06:48:47 UTC
REVIEW: http://review.gluster.org/13392 (dht: cleanup dict and free memory in rename code path) posted (#1) for review on master by Sakshi Bansal

Comment 5 Vijay Bellur 2016-02-15 11:00:09 UTC
REVIEW: http://review.gluster.org/13392 (dht: cleanup dict and free memory in rename code path) posted (#2) for review on master by Sakshi Bansal

Comment 6 Vijay Bellur 2016-02-25 05:11:42 UTC
COMMIT: http://review.gluster.org/13392 committed in master by Raghavendra G (rgowdapp) 
------
commit b7d01547dad88aeebc8cc2dbd68839885615bd66
Author: Sakshi Bansal <sabansal>
Date:   Mon Feb 8 12:14:12 2016 +0530

    dht: cleanup dict and free memory in rename code path
    
    Change-Id: I2458e18197bdf7565563a85e9021b5b2850c1825
    BUG: 1303945
    Signed-off-by: Sakshi Bansal <sabansal>
    Reviewed-on: http://review.gluster.org/13392
    Smoke: Gluster Build System <jenkins.com>
    Reviewed-by: Xavier Hernandez <xhernandez>
    CentOS-regression: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Reviewed-by: Raghavendra G <rgowdapp>

Comment 7 Niels de Vos 2016-06-16 13:56:34 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report.

glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user


Note You need to log in before you can comment on or make changes to this bug.