Re: [Gluster-devel] too many failures on mpx-restart-crash.t on master branch

2018-12-20 Thread Amar Tumballi
Merged the patch from Mohit https://review.gluster.org/#/c/glusterfs/+/21898/ is now merged. The issue is not completely *fixed*, but is RCA'd for the memory consumption. We are working on fixing the issues, meantime, to unblock the currently pending patches, the above merge helps. Please rebase

Re: [Gluster-devel] too many failures on mpx-restart-crash.t on master branch

2018-12-20 Thread Poornima Gurusiddaiah
Yeah, but Pranith mentioned that the issue is seen even without the iobuf patch, so the test may fail even after fixing the thread count? Hence reducing the volume count as suggested may be a better option. Regards, Poornima On Thu, Dec 20, 2018 at 2:41 PM Amar Tumballi wrote: > Considering,

Re: [Gluster-devel] too many failures on mpx-restart-crash.t on master branch

2018-12-20 Thread Amar Tumballi
Considering, we have the effort to reduce the threads in progress, should we mark it as known issue till we get the other reduced threads patch merged? -Amar On Thu, Dec 20, 2018 at 2:38 PM Poornima Gurusiddaiah wrote: > So, this failure is related to patch [1] iobuf. Thanks to Pranith for >

Re: [Gluster-devel] too many failures on mpx-restart-crash.t on master branch

2018-12-20 Thread Poornima Gurusiddaiah
So, this failure is related to patch [1] iobuf. Thanks to Pranith for identifying this. This patch increases the memory consumption in the brick mux use case(**) and causes oom kill. But it is not the problem with the patch itself. The only way to rightly fix it is to fix the issue [2]. That said