You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11/03/2020 Update: I was having this problem yesterday, after a couple more run attempts it just started working. No code/server/configuration changes. Now it is back to throwing the error again.
I have a relatively complex SELECT statement (35 lines; some UNIONs in a subquery) that is hanging for about 20 seconds before the following error:
26 records of 4 columns are to be returned, so I don't think it is a size issue. I can run the same statement in my interactive client (HeidiSQL), the command line, and a separate PHP app just fine. The queries takes about 1-2 seconds to complete.
I moved the select statements into simple stored procedures (with just the select statement), and a couple of the queries started working, but not all of them.
When I run SHOW PROCESSLIST while it's hanging, all pooled connections are sleeping.
I'm using MariaDB 10.3.8 on Windows Server 2016. Here are my SQL timeout settings:
11/03/2020 Update: I was having this problem yesterday, after a couple more run attempts it just started working. No code/server/configuration changes. Now it is back to throwing the error again.
I have a relatively complex
SELECT
statement (35 lines; someUNION
s in a subquery) that is hanging for about 20 seconds before the following error:Here is my truncated code:
26 records of 4 columns are to be returned, so I don't think it is a size issue. I can run the same statement in my interactive client (HeidiSQL), the command line, and a separate PHP app just fine. The queries takes about 1-2 seconds to complete.
I moved the select statements into simple stored procedures (with just the select statement), and a couple of the queries started working, but not all of them.
When I run
SHOW PROCESSLIST
while it's hanging, all pooled connections are sleeping.I'm using MariaDB 10.3.8 on Windows Server 2016. Here are my SQL timeout settings:
The only MariaDB error message I get is this one at the time I receive the os error 104 in my client:
I'm really not sure what to blame. But I figure I'll put in this report, just in case there is a weird edge bug to be found.
The text was updated successfully, but these errors were encountered: