[Bug 54116] Deadlocks with mysql driver

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54116 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54116] Deadlocks with mysql driver

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54116 --- Comment #3 from Patric Rufflar --- The pool cleaner thread periodically - checks for abandoned connections (depending on configuration) - does pool resizing (e.g. dropping connections), if necessary - verifies idle connections (dependi

[Bug 54116] Deadlocks with mysql driver

2012-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54116 --- Comment #2 from Alfredo Casado --- Thanks for your response. Please can you answer my second question: ¿if the Pool-Cleaner thread is blocked how this affect the behaviour of the pool?, ¿the pool is no longer "clean" unused connections

[Bug 54116] Deadlocks with mysql driver

2012-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54116 --- Comment #1 from Patric Rufflar --- Looks like mysql jdbc driver bug because they use inconsistent locking: com.mysql.jdbc.ConnectionImpl.close() locks in the following order: 1. com.mysql.jdbc.JDBC4Connection 2. com.mysql.jdbc.JDBC4Re