mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
b56fbc7a62
Fix issue where agentless endpoints would fail to populate after snapshot 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.
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
```release-note:bug
|
|
connect: Fix issue where Envoy endpoints would not populate correctly after a snapshot restore.
|
|
```
|