Closed icycrystal4 closed 8 years ago
version: dev_beta commit: a819409e2c92832bf81946e0800b001d03a6910d
On memcached protocol, an empty value with "END" sent to the client, when the 'key' is not found or expired.
get group1.test1 END
get group1.test1 SERVER_ERROR engine error Timeout
Timeout error is a look of confusion for biz clients, because timeout may happened out of limit of no messages.
fixed by commit https://github.com/weibocom/wqs/commit/b4a25656011f8a29b3b9da438838a5f461ad0965
WQS Env
Expected behavior
On memcached protocol, an empty value with "END" sent to the client, when the 'key' is not found or expired.
Actual behavior
Steps to reproduce the issue
Additional information you deem important
Timeout error is a look of confusion for biz clients, because timeout may happened out of limit of no messages.