Bug 1659432
Summary: | Memory leak: dict_t leak in rda_opendir | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Nithya Balachandran <nbalacha> | |
Component: | core | Assignee: | Nithya Balachandran <nbalacha> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | mainline | CC: | bugs, rob.dewit, y.zhao | |
Target Milestone: | --- | Flags: | y.zhao:
needinfo-
|
|
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-6.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1659439 1659676 (view as bug list) | Environment: | ||
Last Closed: | 2019-03-25 16:32:41 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1659439, 1659676 |
Description
Nithya Balachandran
2018-12-14 11:08:01 UTC
REVIEW: https://review.gluster.org/21859 (performance/rda: Fixed dict_t memory leak) posted (#1) for review on master by N Balachandran REVIEW: https://review.gluster.org/21859 (performance/rda: Fixed dict_t memory leak) posted (#1) for review on master by N Balachandran REVIEW: https://review.gluster.org/21859 (performance/rda: Fixed dict_t memory leak) posted (#2) for review on master by Xavi Hernandez The fuse RSS memory increase issue is similar to below one. Could you confirm? https://bugzilla.redhat.com/show_bug.cgi?id=1623107 (In reply to Yan from comment #5) > The fuse RSS memory increase issue is similar to below one. Could you > confirm? > > https://bugzilla.redhat.com/show_bug.cgi?id=1623107 I have updated BZ 1623107. We've seen reduced memory leakage with readdir_ahead flag disabled but memory leakage still exits. Assume this fix will be included in the next release ( 5.3 @ 1/10/2019), please confirm. (In reply to Yan from comment #7) > We've seen reduced memory leakage with readdir_ahead flag disabled but > memory leakage still exits. That is likely to be a different cause, most likely because Gluster Fuse clients do not invalidate inodes at present so the number of inodes in the cache keeps growing. A patch has been merged upstream for this (https://review.gluster.org/#/c/glusterfs/+/19778/) but it is not part of release-5 as yet. Did you start seeing this in recent releases or was this always there? Can you send additional statedumps with readdir-ahead enabled to check if this is the case? A test script to reproduce the leak would also help. > > Assume this fix will be included in the next release ( 5.3 @ 1/10/2019), > please confirm. This particular fix should be part of the next 5.x release (See https://review.gluster.org/#/c/glusterfs/+/21870/). 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-6.0, please open a new bug report. glusterfs-6.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] https://lists.gluster.org/pipermail/announce/2019-March/000120.html [2] https://www.gluster.org/pipermail/gluster-users/ |