Timed out while executing the checks!VMware Avi Vantage: All versions prior to 30.2.7 (e.g., 22.1.x, 30.1.x, and early 30.2.x releases).
| Component | Vulnerable Baseline Scale |
| Parent Virtual Services | 1 |
| Child Virtual Services (EVH/SNI) | 100+ |
| Total Configured Pools | 600+ |
| Virtual Services with Active DataScripts | 30+ |
The failure is caused by an exponential increase in control plane calculation overhead during configuration updates.
Full Tree Traversal: Whenever a modification is made to a Parent VS, Child VS, or an associated pool, the Avi Controller cannot isolate the change. Instead, it must traverse and validate every single shared service, pool, and DataScript within that logical tree.
Multiplicative Complexity: The runtime validation logic scales multiplicatively over these dimensions rather than linearly.
Resource Exhaustion: As the scale of these shared dimensions increases, the time required for the controller to execute its dependency and security checks rises exponentially, ultimately exceeding the API response timeout.
The validation logic has been optimized to handle large-scale, highly cross-referenced configuration trees efficiently, drastically reducing calculation overhead and preventing API timeouts.