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

[Core][Bugfix]: fix prefix caching for blockv2 #4764

Merged
merged 2 commits into from
May 24, 2024

Commits on May 11, 2024

  1. [Core][Bugfix]: fix prefix caching for blockv2

    Previously, we mistake didn't delete block from _cached_blocks's
    tracking list when it pop from evictor, which would cause immutable
    allocator still could get that "cached" block, even it is already
    being freed into hashless as mutablable allocator did in the middle.
    wenlei03 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2965400 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. add comment

    wenlei03 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2b86523 View commit details
    Browse the repository at this point in the history