Bug 1684648
Summary: | glusterd memory usage grows at 98 MB/h while being monitored by RHGSWA | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Martin Bukatovic <mbukatov> | |
Component: | glusterd | Assignee: | Mohit Agrawal <moagrawa> | |
Status: | CLOSED ERRATA | QA Contact: | Kshithij Iyer <kiyer> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | rhgs-3.4 | CC: | amukherj, bmekala, dahorak, kiyer, moagrawa, nchilaka, pasik, rcyriac, rhs-bugs, sankarshan, sheggodu, smali, storage-qa-internal, vbellur | |
Target Milestone: | --- | Keywords: | Regression, ZStream | |
Target Release: | RHGS 3.4.z Batch Update 4 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.12.2-46 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1685414 1685771 (view as bug list) | Environment: | ||
Last Closed: | 2019-03-27 03:43:40 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: | 1685414, 1685771 | |||
Attachments: |
Description
Martin Bukatovic
2019-03-01 18:21:39 UTC
Created attachment 1539886 [details]
memory usage chart via munin of affected machine (gl5)
Created attachment 1539887 [details]
memory usage chart via munin of unaffected machine (gl1)
Created attachment 1539888 [details]
Grafana RHGSWA memory chart for whole perion on affected machine (gl5)
Daniel noticed this on his machines as well. Without any workload, memory consumption of glusterd on a RHGSWA provisioner storage node grows in a linear way. Based on observation mentioned in comment 6, this is likely a regression. The problem is with command `gluster volume profile ${vol} info`. I've installed clean gluster cluster with 3 volumes (without WA console) and launched this command for all 3 volumes repeatedly every 5 seconds and memory consumption grew up by 1GB in 2,5 hours. But I'm not 100% sure, if it is regression against last GA version or not. (In reply to Daniel Horák from comment #8) > The problem is with command `gluster volume profile ${vol} info`. Evidence from cmd_history.log files supports this: ``` $ find . -name cmd_history.log | xargs -I'{}' grep -H 'volume profile' '{}' | awk -f get-state-counter.awk /mbukatov-usm2-gl2 2 /mbukatov-usm2-gl5 4898 ``` 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/RHBA-2019:0658 |