open-consul/.changelog/10381.txt
R.B. Boyer 8d5f81b460
xds: ensure that dependent xDS resources are reconfigured during primary type warming (#10381)
Updates to a cluster will clear the associated endpoints, and updates to
a listener will clear the associated routes. Update the incremental xDS
logic to account for this implicit cleanup so that we can finish warming
the clusters and listeners.

Fixes #10379
2021-06-14 17:20:27 -05:00

4 lines
122 B
Plaintext

```release-note:bug
xds: (beta-only) ensure that dependent xDS resources are reconfigured during primary type warming
```