Bug 1685414 - glusterd memory usage grows at 98 MB/h while running "gluster v profile" in a loop
Summary: glusterd memory usage grows at 98 MB/h while running "gluster v profile" in a...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: glusterd
Version: mainline
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Mohit Agrawal
QA Contact:
URL:
Whiteboard:
Depends On: 1684648 1685771
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-03-05 07:09 UTC by Mohit Agrawal
Modified: 2019-03-06 02:14 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1684648
Environment:
Last Closed: 2019-03-05 14:56:46 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Gluster.org Gerrit 22301 0 None Merged glusterd: glusterd memory leak while running \"gluster v profile\" in a loop 2019-03-05 14:56:45 UTC

Comment 1 Mohit Agrawal 2019-03-05 08:03:08 UTC
Hi,

glusterd has memory leak while "gluster v profile info" run in a loop.

To reproduce the same follow below steps
1) Setup 3 1x3 volumes and start the volume
2) Start profile for all the volume
3) Run below command
  while [ 1 ]; do pmap -x `pgrep glusterd` | grep total; gluster v profile vol1 info > /dev/null; gluster v profile vol2 info > /dev/null; gluster v profile vol3 info > /dev/null;sleep 5; done


Thanks,
Mohit Agrawal

Comment 2 Worker Ant 2019-03-05 08:13:19 UTC
REVIEW: https://review.gluster.org/22301 (glusterd: glusterd memory leak while running \"gluster v profile\" in a loop) posted (#1) for review on master by MOHIT AGRAWAL

Comment 3 Worker Ant 2019-03-05 14:56:46 UTC
REVIEW: https://review.gluster.org/22301 (glusterd: glusterd memory leak while running \"gluster v profile\" in a loop) merged (#3) on master by Atin Mukherjee


Note You need to log in before you can comment on or make changes to this bug.