Re: [Gluster-users] Memory leak in GlusterFS FUSE client

2016-01-05 Thread Soumya Koduri
On 01/06/2016 03:53 AM, Oleksandr Natalenko wrote: OK, I've repeated the same traversing test with patched GlusterFS API, and here is new Valgrind log: https://gist.github.com/17ecb16a11c9aed957f5 Fuse mount doesn't use gfapi helper. Does your above GlusterFS API application call glfs_fini()

Re: [Gluster-users] folder not being healed

2016-01-05 Thread Krutika Dhananjay
Andreas, Gluster doesn't permit applications to set any extended attribute which starts with trusted.afr.* among other patterns. It is not clear how trusted.afr.remote1/2 extended attributes are appearing in the getfattr output you shared. Were these directly set from the backend (by backend,

Re: [Gluster-users] Memory leak in GlusterFS FUSE client

2016-01-05 Thread Oleksandr Natalenko
OK, I've repeated the same traversing test with patched GlusterFS API, and here is new Valgrind log: https://gist.github.com/17ecb16a11c9aed957f5 Still leaks. On вівторок, 5 січня 2016 р. 22:52:25 EET Soumya Koduri wrote: > On 01/05/2016 05:56 PM, Oleksandr Natalenko wrote: > > Unfortunately, b

Re: [Gluster-users] Memory leak in GlusterFS FUSE client

2016-01-05 Thread Oleksandr Natalenko
Correct, I used FUSE mount. Shouldn't gfapi be used by FUSE mount helper (/ usr/bin/glusterfs)? On вівторок, 5 січня 2016 р. 22:52:25 EET Soumya Koduri wrote: > On 01/05/2016 05:56 PM, Oleksandr Natalenko wrote: > > Unfortunately, both patches didn't make any difference for me. > > > > I've patch

Re: [Gluster-users] Memory leak in GlusterFS FUSE client

2016-01-05 Thread Soumya Koduri
On 01/05/2016 05:56 PM, Oleksandr Natalenko wrote: Unfortunately, both patches didn't make any difference for me. I've patched 3.7.6 with both patches, recompiled and installed patched GlusterFS package on client side and mounted volume with ~2M of files. The I performed usual tree traverse wi

[Gluster-users] Minutes of today's Gluster Community Bug Triage Meeting

2016-01-05 Thread Manikandan Selvaganesh
Hi, Please find the minutes of the today's Gluster Community Bug Triage meeting. Thanks a lot for attending the meeting. Minutes: http://meetbot.fedoraproject.org/gluster-meeting/2016-01-05/gluster_bug_triage.2016-01-05-12.00.html Minutes (text): http://meetbot.fedoraproject.org/gluster-meeting

Re: [Gluster-users] Memory leak in GlusterFS FUSE client

2016-01-05 Thread Oleksandr Natalenko
Unfortunately, both patches didn't make any difference for me. I've patched 3.7.6 with both patches, recompiled and installed patched GlusterFS package on client side and mounted volume with ~2M of files. The I performed usual tree traverse with simple "find". Memory RES value went from ~130M

Re: [Gluster-users] some glitches, directories unreadable intermittently

2016-01-05 Thread Jiffin Tony Thottan
On 30/12/15 00:37, cooperclau...@orora.com wrote: Hi, Can you please share the logs, (brick logs, nfs.log from /var/log/glusterfs) , packet trace and output of volume status command if possible during this issue? I recently made a change to my organization's infrastructure so that it re

[Gluster-users] REMINDER: Gluster Community Bug Triage meeting at 12:00 UTC (~in 60 minutes)

2016-01-05 Thread Manikandan Selvaganesh
Hi all, This meeting is scheduled for anyone that is interested in learning more about, or assisting with the Bug Triage. Meeting details: - location: #gluster-meeting on Freenode IRC (https://webchat.freenode.net/?channels=gluster-meeting ) - date: every Tuesday - time: 12:00 UTC

Re: [Gluster-users] Memory leak in GlusterFS FUSE client

2016-01-05 Thread Soumya Koduri
I tried to debug the inode* related leaks and seen some improvements after applying the below patches when ran the same test (but will smaller load). Could you please apply those patches & confirm the same? a) http://review.gluster.org/13125 This will fix the inodes & their ctx related leaks d