Why Did Our Backend Freeze? A Deep Dive into Connection‑Pool Exhaustion and Slow SQL
A detailed post‑mortem of a three‑time service outage reveals how hidden bugs, frequent FullGC, a saturated connection pool, and an unindexed slow SQL query crippled a Spring Boot backend, and shows the step‑by‑step troubleshooting, temporary fixes, and lasting improvements applied.
