Open sorcky opened 1 year ago
Thank you for your contributions. Noticed that this issue is not having any activity in last ~6 months! We are marking this issue as stale because it has not had recent activity. It will be closed in 2 weeks if no one responds with a comment here.
Description of problem:
glusterd
process memory leaks constantly while runninggluster volume status data detail
The exact command to reproduce the issue:
We have 3 node cluster with one volume. Our monitoring system runs different commands against the cluster and this leads to memory leak in
glusterd
process. We have isolated the problem down to the following command:while true; do gluster volume status data detail; sleep 1; done
Actual results:
glusterd
RSS increase until OOMExpected results:
glusterd
process to release the unused memoryMandatory info: - The output of the
gluster volume info
command:- The output of the
gluster volume status
command:- The output of the
gluster volume heal
command:Additional info: I have captured statedump before running this loop as baseline and after 3 days of running the loop. https://gist.github.com/sorcky/7fa3980d8cc3f7a9f81e0a61b3e6dcf2
- The operating system / glusterfs version: