Re: [Gluster-devel] finding and fixing memory leaks in xlators

2017-04-25 Thread Niels de Vos
On Tue, Apr 25, 2017 at 02:55:30PM +0530, Amar Tumballi wrote: > Thanks for this detailed Email with clear instructions Niels. > > Can we have this as github issues as well? I don't want this information to > be lost as part of email thread in ML archive. I would like to see if I can > get some

Re: [Gluster-devel] finding and fixing memory leaks in xlators

2017-04-25 Thread Amar Tumballi
Thanks for this detailed Email with clear instructions Niels. Can we have this as github issues as well? I don't want this information to be lost as part of email thread in ML archive. I would like to see if I can get some interns to work on these leaks per component as part of their college

[Gluster-devel] finding and fixing memory leaks in xlators

2017-04-25 Thread Niels de Vos
Hi, with the use of gfapi it has become clear that Gluster was never really developed to be loaded in applications. There are many different memory leaks that get exposed through the usage of gfapi. Before, memory leaks were mostly cleaned up automatically because processes would exit. Now, there