Description of problem: glusterd is leaking memory when issused "gluster vol status tasks" continuosly for 12 hours. The memory increase is from 250MB to 1.1GB. The increase have been 750 MB. Version-Release number of selected component (if applicable): glusterfs-3.12.2-45.el7rhgs.x86_64 How reproducible: 1/1 Steps to Reproduce: 1. On a six node cluster with brick-multiplexing enabled 2. Created 150 disperse volumes and 250 replica volumes and started them 3. Taken memory footprint from all the nodes 4. Issued "while true; do gluster volume status all tasks; sleep 2; done" with a time gap of 2 seconds Actual results: Seen a memory increase of glusterd on Node N1 from 260MB to 1.1GB Expected results: glusterd memory shouldn't leak
REVIEW: https://review.gluster.org/22388 (glusterd: fix txn-id mem leak) posted (#1) for review on master by Atin Mukherjee
REVIEW: https://review.gluster.org/22388 (glusterd: fix txn-id mem leak) merged (#5) on master by Sanju Rakonde