Re: [Gluster-devel] Status update : Brick Mux threads reduction

2018-10-03 Thread Atin Mukherjee
I have rebased [1] and triggered brick-mux regression as we fixed one genuine snapshot test failure in brick mux through https://review.gluster.org/#/c/glusterfs/+/21314/ which got merged today. On Thu, Oct 4, 2018 at 10:39 AM Poornima Gurusiddaiah wrote: > Hi, > > For each brick, we create atle

[Gluster-devel] Status update : Brick Mux threads reduction

2018-10-03 Thread Poornima Gurusiddaiah
Hi, For each brick, we create atleast 20+ threads, hence in a brick mux use case, where we load multiple bricks in the same process, there will 100s of threads resulting in perf issues, memory usage increase. IO-threads : Make it global, to the process, and ref count the resource. patch [1], has