Re: How do cassandra clients failover?

2010-02-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
failover . This definitely may not be the only solution. But this can be one which may not need any external RRDNS. > > 2010/2/1 Noble Paul നോബിള്‍  नोब्ळ् : >> is it worth adding this feature to the standard java client? >> >> On Mon, Feb 1, 2010 at 7:28 PM, Gary Dusbab

Re: How do cassandra clients failover?

2010-02-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
ly) still responding. > > There is an API call that allows you get get a list of all the nodes: > client.get_string_property("token map"), which returns a JSON list of > the node ring. > > I hope that helps. > > Gary. > > 2010/2/1 Noble Paul നോബിള്‍  नोब्ळ् : >

How do cassandra clients failover?

2010-02-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
The cassandra client (thift client) is started up with the host:post of a single cassandra node. * What happens if that node fails? * Does it mean that all the operations go through the same node? --Noble