Radiator Server Documentation — v10.34.0

Skipping backend server while connection pool is recovering

Skipping backend server while connection pool is recovering.

Emission

Log level: DEBUG

Per-request tracing: No

Promotion: WARN

Logged when Radiator keeps a backend server out of rotation while its connection pool is warming at startup or rebuilding after reaching zero connections. The pool_total and pool_min fields show current capacity and the readiness threshold.

Compare pool_total with pool_min, then check backend connection failures, Errors, and Timeouts when the pool does not progress.

A pool stuck at 0 usually cannot establish connections. A pool increasing below pool_min is recovering but may need more backend capacity. Fix backend reachability or capacity before changing the configured minimum. See Fast Skip With Warm Pools.