Getting No rpc_address found for cassandra host while making connection using java driver .
->no rpc found for host A in host' peers system table (ControlConnection.java:350)
Also tried "Select * from system.peers table "using cqlsh .
for ex. :- we have three cassandra host A,B,C.
connect Using host A (no rpc found for host A in sytem.peers table,but B and C have rpc address)
connect Using host B (no rpc found for host B in sytem.peers table,but A and C have rpc address)
connect Using host C (no rpc found for host A in sytem.peers table,but A and B have rpc address)
Anyone else face the same problem ?