Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
1.0.5
-
Linux 2.6.32-504.23.4.el6.x86_64 #1 SMP Tue Jun 9 20:57:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Description
When use maxscale-1.0.5, the java connection will not automatically disconnect when set MaxAge.
In tomcat connection pool , we set MaxAge=1200, when directly connect to DB, the connection will automatically be disconnected every 20 minutes. But use MaxScale to connect DB, the connection will always connect.
The program will get error message when the connection is disconnected by Firewall or MySQL.
Please help check how to fix this problem.