Re: Unable to connect to C* nodes except one node (same configuration)

2017-07-28 Thread Junaid Nasir
figured out the problems, node 1 has configuration error due to a problem in ansible script, which set rpc_address to localhost. On node 3, after clearing the logs and restarting I saw this in log file INFO [main] 2017-07-26 09:26:36,938 Server.java:160 - Starting listening for CQL clients on

Re: Unable to connect to C* nodes except one node (same configuration)

2017-07-25 Thread Junaid Nasir
each node has its own ip for listen_address and rpc_address. seed node ip is fixed to 10.128.1.1 on all nodes. configuration was written using ansible and I have also verified it. On Wed, Jul 26, 2017 at 3:52 AM, Erik Forkalsud wrote: > On 07/25/2017 05:13 AM, Junaid Nasir

Re: Unable to connect to C* nodes except one node (same configuration)

2017-07-25 Thread Erik Forkalsud
On 07/25/2017 05:13 AM, Junaid Nasir wrote: |listen_address: 10.128.1.1 rpc_address: 10.128.1.1| Are these the values on all three nodes? If so, try with empty values: |listen_address: rpc_address:| or make sure each node has its own IP address configured.