Bug 1552360
| Summary: | memory leak in pre-op in replicate volumes for every write | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Pranith Kumar K <pkarampu> |
| Component: | replicate | Assignee: | Pranith Kumar K <pkarampu> |
| Status: | CLOSED ERRATA | QA Contact: | Vijay Avuthu <vavuthu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.4 | CC: | bugs, rhinduja, rhs-bugs, sheggodu, storage-qa-internal |
| Target Milestone: | --- | ||
| Target Release: | RHGS 3.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.12.2-6 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1550078 | Environment: | |
| Last Closed: | 2018-09-04 06:44:11 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: | 1550078 | ||
| Bug Blocks: | 1503137, 1550808 | ||
|
Description
Pranith Kumar K
2018-03-07 00:29:25 UTC
Update: ========= 1) create 1 * 3 replicate volume and start 2) git clone the glusterfs on the volume ( mount point ) 3) take the dump from client and check the number of num_allocs 4) remove the cloned glusterfs 5) Again git clone the glusterfs on the volume 6) take the dump from client and check the number of num_allocs 7) remove the cloned glusterfs 8) Again git clone the glusterfs on the volume 9) take the dump from client and check the number of num_allocs Observations: Didn't see much increase in num_allocs for every iteration # grep -w num_allocs glusterdump.9167.dump.1532676241_after_1st_clone | cut -f2 -d'=' | sort -n | tail -10 2651 2651 2651 2651 2657 2657 2667 2667 7954 7954 # grep -w num_allocs glusterdump.9167.dump.1532683881_after_2nd_clone | cut -f2 -d'=' | sort -n | tail -10 2651 2651 2651 2651 2836 2836 2846 2846 7954 7954 # grep -w num_allocs glusterdump.9167.dump.1532684833_after_3rd_clone | cut -f2 -d'=' | sort -n | tail -10 2651 2651 2651 2651 2890 2890 2900 2900 7954 7954 # Details in above comment. Changing status to Verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2607 |