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

Reset baserel cache on invalid hypertable cache #5086

Merged
merged 1 commit into from
Dec 13, 2022

Commits on Dec 13, 2022

  1. Reset baserel cache on invalid hypertable cache

    When popping the hypertable cache stack, it might happen that the
    hypertable cache was invalidated between the push and the pop. In that
    case, the baserel cache can contain invalid entries pointing to the now
    popped hypertable cache, so we reset the baserel cache.
    
    Fixes timescale#4795
    mkindahl committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    cf908a0 View commit details
    Browse the repository at this point in the history