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

v5.2 - Resolve memory leak in arcache #117

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Conversation

Firstyear
Copy link
Member

If the write miss thread local cache was enabled, a mistake existed in the case where the write thread is under high pressure which could lead to memory being leaked. Nodes are now wrapped in a safe wrapper to ensure they can not be leaked.

If the write miss thread local cache was enabled, a mistake
existed in the case where the write thread is under high pressure
which could lead to memory being leaked. Nodes are now wrapped
in a safe wrapper to ensure they can not be leaked.
@Firstyear Firstyear force-pushed the 20240615-memory-leak branch from efef0c4 to 4486563 Compare June 15, 2024 01:08
@Firstyear Firstyear merged commit 0882992 into master Jun 17, 2024
4 checks passed
@Firstyear Firstyear deleted the 20240615-memory-leak branch June 17, 2024 04:26
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.

1 participant