fesiqueira commented on issue #1736: URL: https://github.com/apache/cassandra-gocql-driver/issues/1736#issuecomment-3391815819
> Could you please provide full record from system.peers and/or system.peers_v2 ? @dkropachev I can't pull it right now, but the `system.peers` looks something like: ``` peer | rpc_address | schema_version 10.100.XX.01 | 10.100.XX.01 | <uuid1> 10.100.XX.02 | 10.100.XX.02 | <uuid1> 10.100.XX.03 | 10.100.XX.03 | <uuid1> 10.100.XX.04 | 10.100.XX.04 | <uuid2> <-- Unreachable address/node, which was replaced by another node. 10.100.XX.05 | 10.100.XX.05 | <uuid1> <-- Brand-new node, replacement of the address/node above. ``` Is this helpful? -- 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]
