jcoleman / tomcat-redis-session-manager

Redis-backed non-sticky session store for Apache Tomcat
MIT License
1.8k stars 1.12k forks source link

Network issues leading to connection leakage #119

Open WHZ102 opened 7 months ago

WHZ102 commented 7 months ago

View the acquireConnection method in RedisSessionManager 屏幕截图 2024-03-29 171603 If the command to select database fails to connect due to network issues image Will cause this connection to never return to the connection pool image