Re: Auto Discovery of Hosts by Clients

2013-07-22 Thread Shahab Yunus
Thanks for you replies. Regards, Shahab On Sun, Jul 21, 2013 at 4:49 PM, aaron morton wrote: > Give the app the same nodes you have in the seed lists. > > Cheers > > - > Aaron Morton > Cassandra Consultant > New Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 20/0

Re: Auto Discovery of Hosts by Clients

2013-07-21 Thread aaron morton
Give the app the same nodes you have in the seed lists. Cheers - Aaron Morton Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 20/07/2013, at 9:32 AM, sankalp kohli wrote: > With Auto discovery, you can provide the DC you are local to and it will

Auto Discovery of Hosts by Clients

2013-07-19 Thread Shahab Yunus
Hello, I want my Thrift client(s) (using hector 1.1-3) to randomly connect to any node in the Cassandra (1.2.4) cluster. 1- One way is that I pass in a comma separated list of hosts and ports to the CassandraHostConfguration object. 2- The other option is that I configure the auto discovery of ho

Re: Auto Discovery of Hosts by Clients

2013-07-19 Thread sankalp kohli
With Auto discovery, you can provide the DC you are local to and it will only use hosts from that. On Fri, Jul 19, 2013 at 2:08 PM, Shahab Yunus wrote: > Hello, > > I want my Thrift client(s) (using hector 1.1-3) to randomly connect to any > node in the Cassandra (1.2.4) cluster. > > 1- One way