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
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
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
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