We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After enough iteration, the connection gets unintentionally closed. Might be a Docker bug on Linux.
MySQL and MariaDB
[mysql] 2018/12/16 14:33:08 packets.go:36: unexpected EOF 2018/12/16 14:33:08 INSERT INTO dbbench.simple (id, balance) VALUES( 9458, 3611810842); failed: driver: bad connection
PostgreSQL
2018/12/16 13:53:19 DELETE FROM dbbench.simple WHERE id = 56669; failed: read tcp 127.0.0.1:42836->127.0.0.1:5432: read: connection reset by peer
The text was updated successfully, but these errors were encountered:
I'm facing similar issues when increasing the iteration number. Encountering issues on both on our k3s cluster and when running inside docker.
2023/12/10 12:53:13 INSERT INTO dbbench.simple (id, balance) VALUES( 290832, 4782569013); failed: dial tcp :3306: connect: cannot assign requested address
Sorry, something went wrong.
No branches or pull requests
After enough iteration, the connection gets unintentionally closed. Might be a Docker bug on Linux.
MySQL and MariaDB
PostgreSQL
The text was updated successfully, but these errors were encountered: