jameshartig commented on issue #1884: URL: https://github.com/apache/cassandra-gocql-driver/issues/1884#issuecomment-3507550754
@isopov are you still having this issue? Can you share what the `system.peers` table looks like for a given node in the cluster? The driver keeps a list of all peers and keeps a pool of connections for each peer (that aren't filtered out by a filter function). As peers are removed and replaced, the driver will make new pools to the new peers. It doesn't seem like that is happening which makes me think the data in the `system.peers` table is inaccurate. -- 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]
