MySQLQueryInterruptedException while no one killed the query
Posted by: Nikolay Karasev
Date: October 02, 2014 01:14PM

We started seeing exceptions MySQLQueryInterruptedException while there is no other thread that would killed executing query.
The versions: MySQL Innodb 5.5, JDBC 5.1.25 (from Maven repo)

The exception happens just milliseconds after query has been run (I've seen instances where there are only 2 milliseconds of time in between).

What could be the reason for these? Is it known bug?
The server is sure busy at the time this happens, but there are still number of connections available (we have 1000 connections available for that user, the error occurs when only about 200 are active)

Thanks,
Nikolay

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.