Why My Java API Freezes: Diagnosing Redis Connection Pool Blocking and Fixes
An internal sandbox API kept hanging for a week, prompting a deep dive with top, jstack, and Arthas that revealed Redis connection pool threads stuck in wait, leading to configuration tweaks and proper connection release to restore service stability.
