[Bugs] [Bug 1738878] FUSE client's memory leak

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 29 06:29:28 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1738878



--- Comment #9 from Sergey Pleshkov <s.pleshkov at hostco.ru> ---
Hello

Yesterday I ran tests on a problem client. These were the find and chmod
commands on gluster share. Actually, the process of the glusterfs continiously
eats RAM on them and does not free it away.
On another client that uses glusterfs version 3.12.2 (from RHEL7 repo), I also
encountered a similar situation - glusterfs process eats  RAM and it is also
not free it ( but it is eaten very slowly)

On other clients that access the same gluster volume, when performing tests
with find and chmod command, RAM is also eaten up, but freed when the tests are
turned off.

I collected a few state dumps from a problem client and put it in the cloud.
https://cloud.hostco.ru/s/w9MY6jj5Hpj2qoa

In the near future I plan to upgrade glusterfs on client to version 6.5 and set
lru-limit (don't know what i can do about this problem). 
Do you have any advise about it ?

Script to reproduce problem:

#!/bin/sh

a=0

while [ $a -lt 36000 ]
do
    find $gluster_mount_point  -type f   > /dev/null
    sleep 1
    a=`expr $a + 1`
done

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list