You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MB-20231: Replacing mutex with spin-lock for queue ops
+ Performance regression observed in run-time of
fdb_extended_test.
+ Profiling showed the mutex lock contention was the
main bottle-neck.
+ Replaced the mutex with a spin-lock
+ Run-time of fdb_extended_test back to normal.
- Before change:
1/1 Test #10: fdb_extended_test ................ Passed 116.43 sec
- After change:
1/1 Test #10: fdb_extended_test ................ Passed 103.96 sec
Change-Id: Iba5909510b99353543a8db7328e1b0ec8a35e95f
Reviewed-on: http://review.couchbase.org/66346
Reviewed-by: Chiyoung Seo <[email protected]>
Tested-by: buildbot <[email protected]>
0 commit comments