Re: com.mysql.jdbc.exceptions.MySQLQueryInterruptedException : Query execution was interrupted
Posted by: Steve Ramage
Date: November 05, 2013 04:38PM

Actually I'm pretty sure that solves it, I had implemented something from "High Performance MySQL 3rd Edition" (p256), involving SELECT SLEEP() /* Comment */ , searching for these via Information Schema, and terminating them. I believe there is a race condition in the example, and that is what is triggering it. I guess I will have to rethink how the wake up is done to avoid it.

Options: ReplyQuote


Subject
Written By
Posted
Re: com.mysql.jdbc.exceptions.MySQLQueryInterruptedException : Query execution was interrupted
November 05, 2013 04:38PM


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.