Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta
-
Fix Version/s: 2.0-beta
-
Component/s: cross-datacenter-replication
-
Security Level: Public
-
Labels:None
Description
Both ENGINE_SUCCESS and ENGINE_KEY_ENOENT are a success for the fetch
of a non-resident key. In both these cases, we should return
ENGINE_SUCCESS so that a blocked memcached connection could be
unblocked and the get-meta request retried.
of a non-resident key. In both these cases, we should return
ENGINE_SUCCESS so that a blocked memcached connection could be
unblocked and the get-meta request retried.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
[
MB-5072] Fix bgfetch of metadata to return ENGINE_SUCCESS (Revision 67501ffe3622bfd6b25a3c936f9de068a9b0a659)Result = SUCCESS
Srinivas Vadlamani :
Files :
* stored-value.cc
* ep.cc