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
CAS ID is not persisted, potentially causing atomicity problems for client operations if the persistent memcached service experiences a failure and restarts.
CAS ID is updated after item is linked, so even if Bug 1 is fixed (i.e., CAS ID field is made persistent), then it is still possible for the item to be linked before the CAS ID is persisted, leading to the same issue as Bug 1.
Time field is updated after item is linked. On a crash, this could cause the item to have an uninitialized time, causing it to be evicted from the service earlier than expected.
Bug 1
memcached-pmem/items.c
Lines 537 to 538 in 8f121f6
Bug 2
memcached-pmem/items.c
Lines 537 to 538 in 8f121f6
Bug 3
memcached-pmem/items.c
Lines 519 to 522 in 8f121f6
memcached-pmem/items.c
Lines 134 to 136 in 8f121f6
The text was updated successfully, but these errors were encountered: