[CONJ-250] Tomcat doesn't stop when using Aurora failover configuration Created: 2016-01-29 Updated: 2016-03-31 Resolved: 2016-03-30 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Failover |
| Affects Version/s: | 1.3.4, 1.3.5, 1.3.6, 1.3.7 |
| Fix Version/s: | 1.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Yasuyuki Baba | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
JDK1.8.0_66, Tomcat 8.0.26, Amazon Linux |
||
| Attachments: |
|
| Description |
|
My web application is running on Tomcat8. Tomcat is now not shut down since I updated MariaDB Connector/J to 1.3.4 I think it is following changes effects. |
| Comments |
| Comment by Diego Dupin [ 2016-02-03 ] |
|
Thanks for reporting it. The problem is that additionnal threads are not immediatly shutdown when the last connection close. |
| Comment by Yasuyuki Baba [ 2016-03-03 ] |
|
Will the connection validation thread be shutdown automatically? |
| Comment by Diego Dupin [ 2016-03-30 ] |
|
Thanks to jentoo with the PR https://github.com/MariaDB/mariadb-connector-j/pull/77 that correct 2 issues including this one. |
| Comment by Yasuyuki Baba [ 2016-03-31 ] |
|
Great! |