mirror of https://github.com/hashicorp/consul
Browse Source
Decouple xds capacity controller and autopilot This prevents a potential bug where autopilot deadlocks while attempting to execute `AutopilotDelegate.NotifyState()` on an xdscapacity controller that stopped consuming messages.pull/20545/head
Derek Menteer
10 months ago
committed by
GitHub
2 changed files with 8 additions and 4 deletions
@ -0,0 +1,3 @@
|
||||
```release-note:bug |
||||
connect: Remove code coupling where the xDS capacity controller could negatively affect raft autopilot performance. |
||||
``` |
Loading…
Reference in new issue