Bug 1470220
| Summary: | glusterfs process leaking memory when error occurs | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Danny Couture <couture.danny> | |
| Component: | fuse | Assignee: | Danny Couture <couture.danny> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | mainline | CC: | bugs, ndevos, pasik | |
| Target Milestone: | --- | Keywords: | Triaged | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | glusterfs-3.12.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1470329 1471025 1471028 (view as bug list) | Environment: | ||
| Last Closed: | 2017-09-05 17:36:59 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: | 1471025, 1471028 | |||
|
Description
Danny Couture
2017-07-12 14:28:07 UTC
REVIEW: https://review.gluster.org/17759 (memory leak fixes) posted (#1) for review on master by Danny Couture (couture.danny) I just confirmed the bug for mainline @ a4a417e29c5b2d63e6bf5efae4f0ccf30a39647f REVIEW: https://review.gluster.org/17759 (memory leak fixes) posted (#2) for review on master by Danny Couture (couture.danny) REVIEW: https://review.gluster.org/17759 (memory leak fixes) posted (#3) for review on master by Danny Couture (couture.danny) REVIEW: https://review.gluster.org/17759 (fuse: memory leak fixes) posted (#4) for review on master by Niels de Vos (ndevos) COMMIT: https://review.gluster.org/17759 committed in master by Niels de Vos (ndevos) ------ commit 5ee383fed9f6408d303aa539dda071275021f8e4 Author: Danny Couture <couture.danny> Date: Wed Jul 5 09:55:17 2017 -0400 fuse: memory leak fixes Fix fuse ctx memory leak in case an error occurs and the cleanup path is different than usual. Also fix a memory leak in logging if eh_save_history() fails. Change-Id: I7ec967c807b0ed91184e5b958be70702215c46c9 BUG: 1470220 Signed-off-by: Danny Couture <couture.danny> Reviewed-on: https://review.gluster.org/17759 Reviewed-by: Niels de Vos <ndevos> Smoke: Gluster Build System <jenkins.org> Reviewed-by: N Balachandran <nbalacha> Reviewed-by: Prashanth Pai <ppai> Reviewed-by: Amar Tumballi <amarts> Tested-by: Amar Tumballi <amarts> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Raghavendra G <rgowdapp> 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.12.0, please open a new bug report. glusterfs-3.12.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://lists.gluster.org/pipermail/announce/2017-September/000082.html [2] https://www.gluster.org/pipermail/gluster-users/ |