[Bugs] [Bug 1184366] New: make sure pthread keys are used only once

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 21 08:38:19 UTC 2015


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

            Bug ID: 1184366
           Summary: make sure pthread keys are used only once
           Product: GlusterFS
           Version: mainline
         Component: core
          Assignee: bugs at gluster.org
          Reporter: rabhat at redhat.com
                CC: bugs at gluster.org, gluster-bugs at redhat.com



Description of problem:

glusterfsd creates pthread keys for different purposes such as storing THIS,
lkowner etc, while coming up. So does gfapi. But when gfapi is used within
glusterfs itself (example snapshot daemon in user serviceable snapshots) the
keys are created again, whenever a new gfapi instance is created. This might
lead to the situation of process running out of pthread keys.

So, the pthread keys should be created only once.

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