Re: Automatically connect to any up node via cqlsh

2016-03-09 Thread Tyler Hobbs
On Wed, Mar 9, 2016 at 8:09 AM, Rakesh Kumar wrote: > > Is it possible to set up cassandra/cqlsh so that if any node is down, > cqlsh will automatically try to connect to the other surviving nodes, > instead of erroring out. I know it is possible to supply ip_address and > port of the UP node as

Automatically connect to any up node via cqlsh

2016-03-09 Thread Rakesh Kumar
Cassandra : 3.3 CQLSH : 5.0.1 Is it possible to set up cassandra/cqlsh so that if any node is down, cqlsh will automatically try to connect to the other surviving nodes, instead of erroring out. I know it is possible to supply ip_address and port of the UP node as arguments to cqlsh, but