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

NETOBSERV-1404: mitigate narrowcache weakness on missed events #504

Merged
merged 2 commits into from
Dec 2, 2023

Commits on Nov 30, 2023

  1. NETOBSERV-1404 mitigate narrowcache weakness on missed events

    narrowcache might contain outdated data in case of missed events, add a
    mechanism to invalidate entries on errors
    jotak committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ccf1b73 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Fix other potential issues:

    - defer Unlocks
    - in case where a watch stops, remove the cache entry, so a new "get"
      would recreate it
    jotak committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    68cb03d View commit details
    Browse the repository at this point in the history