We are using DNS name to access Cassandra pool. such as:

cassandra.mydomain.com, it point to the server list of Cassandra Node , when
client query the DNS name, it will result a random IP in the list to client.
if some node was down, the DNS server can automatic remove it's IP from IP
list.
There was many Opensource or Hardware LB and work like this.

Thanks
-Santal


2009/11/19 elsif <[email protected]>

> We are using the open source tcp balancer from
> http://www.inlab.de/balance.html without any issues so far.
>
> Freeman, Tim wrote:
> > I'd like to be able to say that a cluster of Cassandra servers keeps
> working even if one of the nodes goes down.  This would require the clients
> to connect to a different node if the one that it's using goes down.  Is
> there code on the client side to do this already?
> >
> > There's a "Cassandra.Client object pool" mentioned at the bottom of
> http://wiki.apache.org/cassandra/ClientExamples, but I can't immediately
> tell if that's alluding to something that exists in the source that I
> haven't found yet, or perhaps it's something that doesn't exist that the
> client would have to build.
> >
> > Tim Freeman
> > Email: [email protected]
> > Desk in Palo Alto: (650) 857-2581
> > Home: (408) 774-1298
> > Cell: (408) 348-7536 (No reception business hours Monday, Tuesday, and
> Thursday; call my desk instead.)
> >
> >
> >
>
>

Reply via email to