Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JDBC mySQL Error: Statement cancelled due to timeout or client request

As of today JDBC mySQL stopped working and is throwing this error:

enter image description here

Added timeout stmt.setQueryTimeout(30), but it does not help..

Any ideas what happened? Is it google service?

like image 963
Petras K Avatar asked Nov 28 '18 14:11

Petras K


2 Answers

Issue can be tracked directly here: https://issuetracker.google.com/issues/120104426 You can star it or leave comments maybe it will get priority status..

Update: google team started server rollback, but unsure how much time it will take.. comment #28

Update2: It's working again. Tested with several queries exceeding 20k lines.

like image 121
Petras K Avatar answered Nov 13 '22 21:11

Petras K


I got the same error now, the only solution is to disable V8 as described sometimes here: https://issuetracker.google.com/issues/120104426

like image 31
Bruno Yuzo Avatar answered Nov 13 '22 20:11

Bruno Yuzo