[Bugs] [Bug 1660701] New: Use adaptive mutex in rpcsvc_program_register to improve performance

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 19 02:30:18 UTC 2018


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

            Bug ID: 1660701
           Summary: Use adaptive mutex in rpcsvc_program_register to
                    improve performance
           Product: GlusterFS
           Version: mainline
            Status: NEW
         Component: rpc
          Assignee: bugs at gluster.org
          Reporter: moagrawa at redhat.com
                CC: bugs at gluster.org
  Target Milestone: ---
    Classification: Community



Description of problem:
Adaptive mutexes are used to protect critical/shared data items that are held
for short periods.
It provides a balance between spin locks and traditional mutex.
We have observed after use adaptive mutex in rpcsvc_program_register got some
improvement.

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