VMware NSX
VMware vCloud Director
The failure is caused by a missing Health Monitor on the NSX Server Pool.
Algorithmic Bias: The Load Balancer tracks active sessions to distribute load. When a VCD cell fails, its active connection count drops to zero.
The "Black-Hole" Effect: The "Least Connection" algorithm identifies the failed cell as the "least busy" member. Consequently, it directs all new incoming traffic to the dead node.
Lack of Awareness: Without an active HTTPS probe, the Load Balancer has no mechanism to "prune" the dead cell from the pool. The Virtual Server remains in an UP state, but 100% of the traffic is routed to a non-responsive backend.
Configure and attach an active HTTPS Monitor to the Server Pool to ensure the Load Balancer can prune dead nodes from the rotation.
Navigate to Networking > Load Balancer > Monitors in the NSX UI.
Create a new monitor using the parameters from the link in the "Additional Inforamation".
Go to the Server Pool associated with the VCD Cells.
Edit the Pool and select the new HTTPS Monitor.