The tombstone and version counter update invariant was not respected in all necessary places. - If a concurrent load operation is preempted after observing the version counter and key field of a slot, then the slot is moved and re-used by another key-value pair, the load operation would observe an inconsistent pair without the relevant version counter update. - On RMO architectures, a store fence was missing on the delete path (tombstone placement must always be followed by version counter update).ck_pring
parent
8b20998ecd
commit
48b407f396
Loading…
Reference in new issue