Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.3.4, 1.3.5, 1.3.6, 1.3.7
-
None
-
JDK1.8.0_66, Tomcat 8.0.26, Amazon Linux
Description
My web application is running on Tomcat8.
And it used Amazon Aurora with MariaDB Connector/J failover setting (jdbc:mysql:aurora//...).
Tomcat is now not shut down since I updated MariaDB Connector/J to 1.3.4
Please see the attachment.
It seems the failover additional threads are not shut down.
I think it is following changes effects.
https://github.com/MariaDB/mariadb-connector-j/pull/60/files
Calling ExecutorService#shutdown has removed.