moguchev commented on issue #1919: URL: https://github.com/apache/cassandra-gocql-driver/issues/1919#issuecomment-3586663230
What worries me most is that the driver has a hertbeat mechanism that removes connections from the pool due to errors (including timeouts). This mechanism should be the only one to close the connection in such cases. But it turns out that somewhere at the Conn level, an I/O timeout occurs, causing it to be closed... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
