Bug 1136831
Summary: | [AFR-V2] - dict_t leaks | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Krutika Dhananjay <kdhananj> |
Component: | replicate | Assignee: | Krutika Dhananjay <kdhananj> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.6.0 | CC: | bugs, gluster-bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.6.0beta1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1134221 | Environment: | |
Last Closed: | 2014-11-11 08:37:57 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: | 1134221 | ||
Bug Blocks: | 1117822 |
Description
Krutika Dhananjay
2014-09-03 12:01:47 UTC
REVIEW: http://review.gluster.org/8704 (cluster/afr: Fix dict_t leaks) posted (#1) for review on release-3.6 by Krutika Dhananjay (kdhananj) REVIEW: http://review.gluster.org/8705 (statedump: Print curr_stdalloc in mempool statedump ...) posted (#1) for review on release-3.6 by Krutika Dhananjay (kdhananj) COMMIT: http://review.gluster.org/8704 committed in release-3.6 by Vijay Bellur (vbellur) ------ commit 1343efc2b5fc65b84afabb51ac537537ccb27722 Author: Krutika Dhananjay <kdhananj> Date: Wed Aug 27 15:14:04 2014 +0530 cluster/afr: Fix dict_t leaks Backport of: http://review.gluster.org/#/c/8557/ dict_t objects that are ref'd in alloca'd "replies" in afr_replies_copy() are not unref'd before "replies" go out of scope. Change-Id: I9bb45bc673ec13292ac96dda060aceb48739ebe8 BUG: 1136831 Signed-off-by: Krutika Dhananjay <kdhananj> Reviewed-on: http://review.gluster.org/8704 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu> Reviewed-by: Vijay Bellur <vbellur> COMMIT: http://review.gluster.org/8705 committed in release-3.6 by Vijay Bellur (vbellur) ------ commit cd5a5d32996d2f1141adac94816ad2292a693ebf Author: Krutika Dhananjay <kdhananj> Date: Fri Sep 12 16:01:57 2014 +0530 statedump: Print curr_stdalloc in mempool statedump ... ...for, it is curr_stdalloc that is incremented for every mem_get() and decremented on every call to mem_put() and can be used to detect leaks, when cold_count is 0. Backport of: http://review.gluster.org/8557 Change-Id: I1f4aac3af1234b9a76be7cb86ef26d728788950c BUG: 1136831 Signed-off-by: Krutika Dhananjay <kdhananj> Reviewed-on: http://review.gluster.org/8705 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu> Reviewed-by: Vijay Bellur <vbellur> REVIEW: http://review.gluster.org/8775 (statedump: Print curr_stdalloc in mempool statedump ...) posted (#1) for review on release-3.5 by Krutika Dhananjay (kdhananj) A beta release for GlusterFS 3.6.0 has been released. Please verify if the release solves this bug report for you. In case the glusterfs-3.6.0beta1 release does not have a resolution for this issue, leave a comment in this bug and move the status to ASSIGNED. If this release fixes the problem for you, leave a note and change the status to VERIFIED. Packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update (possibly an "updates-testing" repository) infrastructure for your distribution. [1] http://supercolony.gluster.org/pipermail/gluster-users/2014-September/018836.html [2] http://supercolony.gluster.org/pipermail/gluster-users/ REVIEW: http://review.gluster.org/8869 (cluster/afr: More dict_t leak fixes) posted (#1) for review on release-3.6 by Krutika Dhananjay (kdhananj) COMMIT: http://review.gluster.org/8869 committed in release-3.6 by Vijay Bellur (vbellur) ------ commit b32224c8a5caff175a83e6089cf2cbf90253a2d7 Author: Krutika Dhananjay <kdhananj> Date: Thu Sep 25 16:27:52 2014 +0530 cluster/afr: More dict_t leak fixes Backport of: http://review.gluster.org/8852 Change-Id: I2c927092dc5a834fabdd3495a7f7a3527604a6d2 BUG: 1136831 Signed-off-by: Krutika Dhananjay <kdhananj> Reviewed-on: http://review.gluster.org/8869 Reviewed-by: Pranith Kumar Karampuri <pkarampu> Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Vijay Bellur <vbellur> 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.6.1, please reopen this bug report. glusterfs-3.6.1 has been announced [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://supercolony.gluster.org/pipermail/gluster-users/2014-November/019410.html [2] http://supercolony.gluster.org/mailman/listinfo/gluster-users |