Re: [Gluster-devel] CI failure - NameError: name 'unicode' is not defined (related to changelogparser.py)

2019-06-06 Thread Deepshikha Khandelwal
Hi Yaniv, We are working on this. The builders are picking up python3.6 which is leading to modules missing and such undefined errors. Kotresh has sent a patch https://review.gluster.org/#/c/glusterfs/+/22829/ to fix the issue. On Thu, Jun 6, 2019 at 11:49 AM Yaniv Kaul wrote: > From [1]. >

Re: [Gluster-devel] [Gluster-Maintainers] Fwd: Build failed in Jenkins: regression-test-with-multiplex #1359

2019-06-06 Thread Amar Tumballi Suryanarayan
Got time to test subdir-mount.t failing in brick-mux scenario. I noticed some issues, where I need further help from glusterd team. subdir-mount.t expects 'hook' script to run after add-brick to make sure the required subdirectories are healed and are present in new bricks. This is important as s

Re: [Gluster-devel] [Gluster-users] Memory leak in glusterfs

2019-06-06 Thread Nithya Balachandran
Hi Abhishek, Please use statedumps taken at intervals to determine where the memory is increasing. See [1] for details. Regards, Nithya [1] https://docs.gluster.org/en/latest/Troubleshooting/statedump/ On Fri, 7 Jun 2019 at 08:13, ABHISHEK PALIWAL wrote: > Hi Nithya, > > We are having the se

Re: [Gluster-devel] [Gluster-users] Memory leak in glusterfs

2019-06-06 Thread ABHISHEK PALIWAL
Hi Nithya, We are having the setup where copying the file to and deleting it from gluster mount point to update the latest file. We noticed due to this having some memory increase in glusterfsd process. To find the memory leak we are using valgrind but didn't get any help. That's why contacted t

Re: [Gluster-devel] [Gluster-users] Memory leak in glusterfs

2019-06-06 Thread Nithya Balachandran
Hi Abhishek, I am still not clear as to the purpose of the tests. Can you clarify why you are using valgrind and why you think there is a memory leak? Regards, Nithya On Thu, 6 Jun 2019 at 12:09, ABHISHEK PALIWAL wrote: > Hi Nithya, > > Here is the Setup details and test which we are doing as