Fix memcached TCP issue
tmthrgd opened this issue · 1 comments
tmthrgd commented
Occasionally, and reproducibly, TCP connections for memcached fail with the following log entries in memcached.log
.
31: going from conn_nread to conn_mwrite
31: going from conn_mwrite to conn_new_cmd
31: going from conn_new_cmd to conn_parse_cmd
31: going from conn_parse_cmd to conn_waiting
31: going from conn_waiting to conn_read
31: going from conn_read to conn_parse_cmd
<31 Read binary protocol data:
<31 0x00 0x00 0x00 0x00
<31 0x00 0x00 0x00 0x00
<31 0x80 0x00 0x00 0x46
<31 0x00 0x00 0x00 0x00
<31 0x00 0x00 0x00 0x46
<31 0x0b 0x00 0x00 0x00
Invalid magic: 0
31: going from conn_parse_cmd to conn_closing
<31 connection closed.
31: going from conn_closing to conn_closed