Ilia Cimpoes
Ilia Cimpoes
Would be great. I can share a stack trace starting from the moment mysql driver returns `ErrBadConnection`: ``` [mysql] 2018/10/18 05:30:25 packets.go:144: bad connection cause: write tcp xx.xx.xx.xx:xxxxx->xx.xx.xx.xx:xxxxx: write: connection...
@xiam Thank you for the test and for: ```go if err := nd.Ping(); err != nil { // Retry once if ping fails. return d.NewClone(p, false) } ``` I was...
Sorry, that was a while ago. I did a fix in mysql driver for Ping. I probably should've linked it here: https://github.com/go-sql-driver/mysql/pull/875. But I believe it did not solve our...