[Bugs] [Bug 1381830] New: Regression caused by enabling client-io-threads to default

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 5 07:25:53 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1381830

            Bug ID: 1381830
           Summary: Regression caused by enabling client-io-threads to
                    default
           Product: GlusterFS
           Version: mainline
         Component: io-threads
          Severity: high
          Assignee: bugs at gluster.org
          Reporter: skoduri at redhat.com
                CC: bugs at gluster.org



Description of problem:

As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1380619#c11,  
there is a regression caused to gfapi applications with making
client-io-threads option on by default. 

iot-worker threads spawned are not cleaned up as part of xlator->fini() and
they could end up accessing invalid/freed memory.

we need to fix io-thread->fini() to cleanup those threads before exiting. Since
it could be an intricate fix, we could try disabling io-threads by default till
then.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list