connection storm
RU: connection storm
A connection storm is a failure mode where a large number of clients simultaneously attempt to establish connections to a server — typically after a restart, network partition, or authentication failure clears a shared session. The burst of TLS handshakes and authentication requests can exceed server capacity and trigger cascading failures. Mitigation requires client-side exponential backoff with random jitter.