Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix infinite loop in IGenericCacheEntry.CreateAndCache #104126

Merged

Commits on Jun 27, 2024

  1. Fix infinite loop in IGenericCacheEntry.CreateAndCache

    CreateAndCache should give up if it's lost the race to the point of another thread putting an entry in the right slot in the composite cache. It won't ever overwrite a filled slot.
    jkoritzinsky committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e7c646e View commit details
    Browse the repository at this point in the history