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

Implement the Cached index using TVars #1197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Aug 1, 2024

  1. Implement the Cached index using TVars

    In the past some nodes have been crashing because of a misalingment in the data in the Cached Index.
    Ensuring that the changes are atomic via `stm` seems to solve the problem.
    
    In terms of logic, this PR only moves the modifications into `atomically` blocks, the overall logic
    is the same.
    jasagredo committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3a3bee6 View commit details
    Browse the repository at this point in the history