You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MB-14859: Handle quick successive BG Fetch of a key interleaved with exp pager
If two bgfetch are scheduled for a non existing key, and one bgfetch completes
and marks the key as non existant in the hash table, and subsequently expiry
pager removes it from the hash table before the second bgfetch completes,
we need to handle the case appropriately in the complete bgfetch code as
notify the memcached with appropriate return value.
(cherry picked from commit f9402cb)
Change-Id: I8eaf54319014ea4039c74d2cbfab21ef275939fe
Reviewed-on: http://review.couchbase.org/64929
Tested-by: buildbot <[email protected]>
Reviewed-by: Manu Dhundi <[email protected]>
Well-Formed: buildbot <[email protected]>
0 commit comments