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 to metadata cache expiration on full metadata refresh #4677

Merged
merged 4 commits into from
Apr 15, 2024

Commits on Apr 11, 2024

  1. Failing test

    emasab committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ef3a4dc View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Fixup: Failing test

    emasab committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    1c2636b View commit details
    Browse the repository at this point in the history
  2. Fix to metadata cache expiration

    on full metadata refresh
    
    Metadata cache was cleared on full metadata
    refresh, leading to unnecessary refreshes and
    occasional `UNKNOWN_TOPIC_OR_PART` errors.
    Solved by updating cache for existing or
    hinted entries instead of clearing them.
    Happening since 2.1.0
    emasab committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    6bd2c95 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Address comments

    emasab committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a159193 View commit details
    Browse the repository at this point in the history