Bug 1127222

Summary: backport upstream fix for memcached regarding a race condition
Product: Red Hat Enterprise Linux 6 Reporter: Felix Dewaleyne <fdewaley>
Component: memcachedAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED INSUFFICIENT_DATA QA Contact: qe-baseos-daemons
Severity: high Docs Contact:
Priority: medium    
Version: 6.6CC: fdewaley, mlichvar
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-03 10:47:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1075802    

Description Felix Dewaleyne 2014-08-06 12:23:01 UTC
Description of problem:
backport upstream fix for memcached https://github.com/memcached/memcached/commit/e73bc2e5c0794cccd6f8ece63bc16433c40ed766

Version-Release number of selected component (if applicable):
1.4.4-3.el6 

How reproducible:
not reproduced yet, info missing from customer but notes on the github seem to show the impact of the issue

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
github comment on patch linked :

" I am the world's biggest moron.

of course there's a race condition, if you close the bloody socket before
setting the state to conn_closed. The amount of time I looked straight at it
and didn't see it is causing me physical pain."

customer reports being affected by this issue but has not provided any data to show he is. data will be collected and added to the bugzilla as is.