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

[NET-4958] Fix issue where envoy endpoints would fail to populate after snapshot restore #18636

Merged
merged 2 commits into from
Sep 1, 2023

Commits on Aug 31, 2023

  1. Fix issue where agentless endpoints would fail to populate after snap…

    …shot restore.
    
    Fixes an issue that was introduced in #17775. This issue happens because
    a long-lived pointer to the state store is held, which is unsafe to do.
    Snapshot restorations will swap out this state store, meaning that the
    proxycfg watches would break for agentless.
    hashi-derek committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    029a517 View commit details
    Browse the repository at this point in the history
  2. Add changelog.

    hashi-derek committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5f43acf View commit details
    Browse the repository at this point in the history