darkain / pudl

PHP Universal Database Library - connects to and generates queries for SQL Servers
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

Galera - Error 2002: Operation timed out #16

Open darkain opened 4 years ago

darkain commented 4 years ago

https://github.com/darkain/pudl/blob/cb8ba28570d58ee12f8eff37b9003ff50f0d9d7f/mysql/pudlGalera.php#L132

Unable to connect to Galera cluster "[addresses]" with the username "bobman" Error 2002: Operation timed out

Error 2002 is not handled. And when this happens, the server is being removed from the pool. Instead, double the timeout value for the next connection attempt. Alternatively, increment connection timeout by a set value (2 seconds?)