Hi all, I've recently upgraded a test cluster from 0.8.x to 1.0.8 for testing multi data center communications. I have the following configuration file on 3 nodes in a single data center.
https://gist.github.com/4671e4ae562a47f96ed2 However, when I run node tool on any of these nodes, they recognize the others are up, but no data is available. nodetool -h localhost ring Address DC Rack Status State Load Owns Token 113427455640312821154458202477256070485 10.172.106.192 UNKNOWN-DC UNKNOWN-RACKDown Normal ? 33.33% 0 50.18.3.222 us-west 1c Up Normal 3.95 GB 33.33% 56713727820156410577229101238628035242 10.172.134.239 UNKNOWN-DC UNKNOWN-RACKDown Normal ? 33.33% 113427455640312821154458202477256070485 If I remove the broadcast_address from the yaml, everything works fine, but I can't communicate across data centers. Any ideas why I'm getting this error? The listen_address is the private ip, and the broadcast_address is the public ip. Thanks, Todd