[Gluster-devel] memory leaks

2014-11-04 Thread Emmanuel Dreyfus
Hi FWIW, there are still memory leaks in glusterfs 3.6.0. My favourite test is building NetBSD on a replicated volume, and it fails because the machine runs out of swap. After building for 14 hours and now idle, client gusterfsd grew to 2024 MB, one server glusterfsd grew to 1164 MB, the other

Re: [Gluster-devel] memory leaks

2014-11-04 Thread Anders Blomdell
On 2014-11-04 10:38, Emmanuel Dreyfus wrote: Hi FWIW, there are still memory leaks in glusterfs 3.6.0. My favourite test is building NetBSD on a replicated volume, and it fails because the machine runs out of swap. After building for 14 hours and now idle, client gusterfsd grew to 2024

Re: [Gluster-devel] memory leaks

2014-11-04 Thread Pranith Kumar Karampuri
On 11/04/2014 03:30 PM, Anders Blomdell wrote: On 2014-11-04 10:38, Emmanuel Dreyfus wrote: Hi FWIW, there are still memory leaks in glusterfs 3.6.0. My favourite test is building NetBSD on a replicated volume, and it fails because the machine runs out of swap. After building for 14 hours

Re: [Gluster-devel] build failures in regressions

2014-11-04 Thread Niels de Vos
On Tue, Nov 04, 2014 at 12:57:52PM +0530, Pranith Kumar Karampuri wrote: hi, Does anyone know why the following errors are happening on regression: You can check http://build.gluster.org/job/rackspace-regression-2GB/735/consoleFull for full log.

Re: [Gluster-devel] build failures in regressions

2014-11-04 Thread Justin Clift
On Tue, 04 Nov 2014 12:57:52 +0530 Pranith Kumar Karampuri pkara...@redhat.com wrote: hi, Does anyone know why the following errors are happening on regression: You can check http://build.gluster.org/job/rackspace-regression-2GB/735/consoleFull for full log.

Re: [Gluster-devel] build failures in regressions

2014-11-04 Thread Emmanuel Dreyfus
On Tue, Nov 04, 2014 at 12:57:52PM +0530, Pranith Kumar Karampuri wrote: /home/jenkins/root/workspace/rackspace-regression-2GB/rpc/xdr/src/msg-nfs3.h:20:22: error: nlm4-xdr.h: No such file or directory I fear it is an unintended consequence of this: http://review.gluster.org/9016 But the

Re: [Gluster-devel] build failures in regressions

2014-11-04 Thread Humble Devassy Chirammal
I am Just cross-checking whether this patch http://review.gluster.org/#/c/9016/ has any impact here . --Humble On Tue, Nov 4, 2014 at 3:51 PM, Justin Clift jus...@gluster.org wrote: On Tue, 04 Nov 2014 12:57:52 +0530 Pranith Kumar Karampuri pkara...@redhat.com wrote: hi, Does anyone know

Re: [Gluster-devel] build failures in regressions

2014-11-04 Thread Niels de Vos
On Tue, Nov 04, 2014 at 10:23:55AM +, Emmanuel Dreyfus wrote: On Tue, Nov 04, 2014 at 12:57:52PM +0530, Pranith Kumar Karampuri wrote: /home/jenkins/root/workspace/rackspace-regression-2GB/rpc/xdr/src/msg-nfs3.h:20:22: error: nlm4-xdr.h: No such file or directory I fear it is an

Re: [Gluster-devel] build failures in regressions

2014-11-04 Thread Emmanuel Dreyfus
On Tue, Nov 04, 2014 at 11:36:53AM +0100, Niels de Vos wrote: I think we now may have the dependency forcing smoke tests to finish before a regression test is triggered. If there is a spurious failure in the smoke test, a manual scheduling of the regression test should probably be done.

[Gluster-devel] Gluster Community Bug triage meeting

2014-11-04 Thread Niels De Vos
BEGIN:VCALENDAR PRODID:Zimbra-Calendar-Provider VERSION:2.0 METHOD:REQUEST BEGIN:VTIMEZONE TZID:Europe/Berlin BEGIN:STANDARD DTSTART:16010101T03 TZOFFSETTO:+0100 TZOFFSETFROM:+0200 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=-1SU TZNAME:CET END:STANDARD BEGIN:DAYLIGHT

Re: [Gluster-devel] build failures in regressions

2014-11-04 Thread Niels de Vos
On Tue, Nov 04, 2014 at 10:42:16AM +, Emmanuel Dreyfus wrote: On Tue, Nov 04, 2014 at 11:36:53AM +0100, Niels de Vos wrote: I think we now may have the dependency forcing smoke tests to finish before a regression test is triggered. If there is a spurious failure in the smoke test, a

Re: [Gluster-devel] Feature help

2014-11-04 Thread Ben England
inline... - Original Message - From: Rudra Siva rudrasiv...@gmail.com To: gluster-devel@gluster.org Sent: Saturday, November 1, 2014 10:20:41 AM Subject: [Gluster-devel] Feature help Hi, I'm very interested in helping with this feature by way of development help, testing and or

Re: [Gluster-devel] [Gluster-users] RHEL6.6 provides Gluster 3.6.0-28.2 ?

2014-11-04 Thread Justin Clift
On Sun, 2 Nov 2014 21:04:46 +0100 Niels de Vos nde...@redhat.com wrote: snip (1) The main problem is that RHEL/CentOS now provides the glusterfs client packages in a version that is higher than the community GlusterFS packages. RHEL (or rather Red Hat Storage) took a pre-release of

[Gluster-devel] Please vote for Dockit for #dockerhackday on Twitter

2014-11-04 Thread Justin Clift
Hi all, Our very own Humble Chirammal's Dockit project is an entry in the 2nd Docker Global Hack Day. Please vote for it on Twitter: My #dockerhackday vote is for dockit by Humble Chirammal and @hiSaifi. @docker :) Regards and best wishes, Justin Clift -- GlusterFS -

Re: [Gluster-devel] Feature help

2014-11-04 Thread Rudra Siva
responses inline ... On Tue, Nov 4, 2014 at 8:00 AM, Ben England bengl...@redhat.com wrote: inline... I have a parallel-libgfapi benchmark that could be modified to fit the new API, and could test performance of it. https://github.com/bengland2/parallel-libgfapi Not familiar with it

Re: [Gluster-devel] build failures in regressions

2014-11-04 Thread Emmanuel Dreyfus
Niels de Vos nde...@redhat.com wrote: Revert posted as http://review.gluster.org/9040. Lets confirm if this fixes the regression tests and merge it afterwards. And here is the fix attempt again, this time with regression tests verified: http://review.gluster.com/9046 For anyone who missed the

Re: [Gluster-devel] [Gluster-users] Please test GlusterFS 3.6.0 beta3 on OSX!

2014-11-04 Thread Justin Clift
On Thu, 23 Oct 2014 11:39:15 -0500 Ryan Nix ryan@gmail.com wrote: We've complied the client and built a formal Apple installer if anyone wants to test. We'll post a link this afternoon. Arrrgh. Somehow I missed this message until just now. A formal Apple installer would be really useful

Re: [Gluster-devel] [Gluster-users] Please test GlusterFS 3.6.0 beta3 on OSX!

2014-11-04 Thread Justin Clift
On Sun, 26 Oct 2014 20:10:56 +0100 Dennis Schafroth den...@schafroth.dk wrote: Ok, that could explain it. The two servers are a mix of ext4 and btrfs. Have anybody been successful running servers on OS X, using which file system? Just had a chance to update the OSX formula for 3.6.0