d0x7 commented on issue #936: URL: https://github.com/apache/cassandra-gocql-driver/issues/936#issuecomment-2647432921
I'm having the exact same issue, also a three node cluster running inside Docker on macOS. As @nkev pointed out, it's trying to use the peer addresses it receives from one node, but those are Docker internal IPs, so they just time out after a given time. Setting `DisableInitialHostLookup` to true brings it from 30-10s down to 8ms. `IgnorePeerAddr` Did nothing for me. I know in production the cluster would be run on bare metal, not Docker, but is a fix for this on the roadmap? -- 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: commits-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org