-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
area/perf and scalabilitylifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Description
Above shows connecting 5k proxies and some configs.
What happens is we all start generating CDS for all of them. This means we are holding 5k XDS requests (the big one! because the first has the node and is giant as a result) and in-flight CDS configs.
Because we are trying to generate 5k CDS at once, our CPU grinds to a halt due to throttling. Some responses take 3 minutes to complete.
Clearly we are better off not allowing so many concurrently...
Metadata
Metadata
Assignees
Labels
area/perf and scalabilitylifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while