Skip to content
Snippets Groups Projects
Commit e46877f8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

cache: implement try_again loop if cache entry is not ready.

id2entry: when an error occurs attempting to insert fetched
entry into cache, check to see if entry was added by another
thread.  If so, return the entry added by the other thread.
The concurrency tests now run without the dreaded "no such object"
error messages!
parent ff5f9edc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment