summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2018-01-23 22:15:35 -0800
committerdormando <dormando@rydia.net>2018-01-23 22:15:35 -0800
commit2918d09c93b572660e7c47935409e8d93efba094 (patch)
tree41f13ed72ead1b337f8b0eaa9a19347a40ab2c16 /scripts
parent31d8e62d298f265cfdb716c3f0ca0492f1554d47 (diff)
downloadmemcached-2918d09c93b572660e7c47935409e8d93efba094.tar.gz
quick fix for slab mover deadlock
this fix may be replaced with a better restructuring; as this was done more properly in the result handler code below. Not releasing the slab lock while unlinking can cause a deadlock: item A unlinks, which locks LRU, then tries to lock SLAB page mover locks SLAB, locks item B, tries to unlink item B if done after A locks LRU, it deadlocks while B tries to lock LRU. doh :/
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions