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 leak in read cache tracking #872

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Fix leak in read cache tracking #872

merged 1 commit into from
Oct 2, 2024

Conversation

cberner
Copy link
Owner

@cberner cberner commented Oct 2, 2024

A race could cause the read cache tracking to overcount, eventually evicting the entire read cache, and degenerating into always reading from disk.

Fixes #870

A race could cause the read cache tracking to overcount, eventually
evicting the entire read cache, and degenerating into always reading
from disk.
@cberner cberner merged commit db458e9 into master Oct 2, 2024
3 checks passed
@cberner cberner deleted the cache_leak branch October 2, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table::last performance cliff for low cache size
1 participant