jameshartig commented on issue #1873: URL: https://github.com/apache/cassandra-gocql-driver/issues/1873#issuecomment-3483190971
@JeongdaeLee > However, when I switch to using the public AWS Keyspaces endpoint (not the VPC Endpoint), this duplication does not occur and host_id values are unique across all nodes In your example the IP of the local host is still wrong (127.0.0.1). What do you mean by the "public AWS Keyspaces endpoint"? Is it an IP endpoint like 44.x.x.x? If it's a domain that points to a load balancer then I'm not sure how we get the correct IP for `5ca8f115-7d61-3631-bfdf-c969ac619931` in your example because it's not in the peers table and the IP is wrong in the local table. -- 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]
