Bug 1417606
Summary: | OOM kill of glusterfsd during continuous add-bricks | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Niels de Vos <ndevos> |
Component: | upcall | Assignee: | Mohit Agrawal <moagrawa> |
Status: | CLOSED EOL | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.9 | CC: | amukherj, ashah, bugs, moagrawa, nbalacha, pgurusid, rcyriac, rgowdapp, rhs-bugs, skoduri, storage-qa-internal, sunnikri, tdesala |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1412917 | Environment: | |
Last Closed: | 2017-03-08 12:35:31 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: | 1412917, 1417622 | ||
Bug Blocks: |
Description
Niels de Vos
2017-01-30 12:08:52 UTC
REVIEW: https://review.gluster.org/16480 (upcall: Resolve dict leak from up_(f)removexattr in upcall code path) posted (#1) for review on release-3.9 by MOHIT AGRAWAL (moagrawa) REVIEW: https://review.gluster.org/16480 (upcall: Resolve dict leak from up_(f)removexattr in upcall code path) posted (#2) for review on release-3.9 by MOHIT AGRAWAL (moagrawa) COMMIT: https://review.gluster.org/16480 committed in release-3.9 by Niels de Vos (ndevos) ------ commit 4852ca54db76ed36a5b68d4b492b8165bff403bd Author: Mohit Agrawal <moagrawa> Date: Fri Jan 13 12:17:05 2017 +0530 upcall: Resolve dict leak from up_(f)removexattr in upcall code path Problem: In up_(f)removexattr() dict_for_key_value() is used to create a new dict. This dict is not correctly unref'd and gets leaked. Solution: To avoid the leak up_(f)removexattr() now also does a dict_unref() on the newly created dict. While reviewing the code in up_(f)setxattr() for a similar problem, it was noticed that there is an extra dict created. There is no need for this copy, upcall_local_init() can just take the dict that was passed as argument to the FOP. > BUG: 1412917 > Change-Id: I5bb9a7d99f5087af11c19ae722de62bdb5ad1498 > Signed-off-by: Mohit Agrawal <moagrawa> > Reviewed-on: http://review.gluster.org/16392 > NetBSD-regression: NetBSD Build System <jenkins.org> > CentOS-regression: Gluster Build System <jenkins.org> > Reviewed-by: Niels de Vos <ndevos> > Smoke: Gluster Build System <jenkins.org> > (cherry picked from commit afdd83a9b69573b854e732795c0bcba0a00d6c0f) Change-Id: I0a53545528c43c09b88d360d3a12c460476647ba BUG: 1417606 Signed-off-by: Mohit Agrawal <moagrawa> Reviewed-on: https://review.gluster.org/16480 NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Niels de Vos <ndevos> Smoke: Gluster Build System <jenkins.org> This bug is getting closed because GlusterFS-3.9 has reached its end-of-life [1]. Note: This bug is being closed using a script. No verification has been performed to check if it still exists on newer releases of GlusterFS. If this bug still exists in newer GlusterFS releases, please open a new bug against the newer release. [1]: https://www.gluster.org/community/release-schedule/ |