VoltDB / voltdb-client-go

VoltDB Golang Client Library
MIT License
32 stars 19 forks source link

closed connection #82

Open aryehlev opened 2 years ago

aryehlev commented 2 years ago

{voltserver}:21212: write tcp {myserver}-\u003e192.168.251.107:21212: use of closed network connection","time":"2022-01-12T16:31:10Z"

i am getting this error after running my app for a long time, after seeing that db has an option to set max idle connections and SetConnMaxLifetime i feel like it has something to do with this with. we should have this option to do this with voltdbclient.Conn.

i am also using multiple volt nodes and only getting this on one node.