mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Race was between a store and a fetch, as follows: 1) Fetch: Search for the node, it is not found. 2) Store: Add the node to the database, remove the node from the negative cache. 3) Fetch: Add the node to the negative cache. This would leave a node in the DB, cache, and negative cache.