singlestore-labs / singlestoredb-laravel-driver

The official SingleStore Laravel driver.
https://github.com/singlestore-labs/singlestore-laravel-driver
Apache License 2.0
223 stars 22 forks source link

SQLSTATE[HY000] [2002] Operation timed out #83

Closed LucasNCastro closed 3 months ago

LucasNCastro commented 4 months ago

Hello,

we have been encountering this error since we upgraded to SingleStore version 8.5.15:

Illuminate\Database\QueryException /cliRuntime.php in {closure}
SQLSTATE[HY000] [2002] Operation timed out (SQL: select * from `user` where `user`.`id` = 2251799845008727 limit 1)

The timeout appears randomly on different queries.

Environment :

Vapor : Lamba Serverless PHP : 8.1 Laravel : 9.21 Cluster SingleStore Cloud (Helios) : 8.5.15 singlestoredb/singlestoredb-laravel : 1.5.4

Are you also experiencing the same error?

AdalbertMemSQL commented 4 months ago

Hi @LucasNCastro , Checked this locally and didn't get this error.

AdalbertMemSQL commented 4 months ago

I believe this error is caused by the connectivity issue between the client and the database, not by the driver itself.