Re: HA Proxy

2014-06-27 Thread Arup Chakrabarti
of Hector, but when using the > > > datastax driver, Cassandra provides a highly available set of > > > connections; a single Cassandra session will have explicit connections > > > to all of the node which make up a given cluster. > > > > > > The Cassand

Re: HA Proxy

2014-06-27 Thread Johan Edstrom
all of the node which make up a given cluster. > > > > The Cassandra server itself relies on a lot of cross-node talk which > > means that they must be visible to each other. In this case, HA proxy > > will just get in the way and make you less highly available. >

Re: HA Proxy

2014-06-27 Thread Serge Fonville
; a single Cassandra session will have explicit connections > > to all of the node which make up a given cluster. > > > > The Cassandra server itself relies on a lot of cross-node talk which > > means that they must be visible to each other. In this case, HA proxy > > wil

Re: HA Proxy

2014-06-27 Thread Chris Lohfink
lot of cross-node talk which > means that they must be visible to each other. In this case, HA proxy > will just get in the way and make you less highly available. > > On Fri, Jun 27, 2014 at 11:10 AM, Richard Jennings > wrote: >> Can a Cassandra client such as Hector operate

Re: HA Proxy

2014-06-27 Thread Michael Dykman
ot of cross-node talk which means that they must be visible to each other. In this case, HA proxy will just get in the way and make you less highly available. On Fri, Jun 27, 2014 at 11:10 AM, Richard Jennings wrote: > Can a Cassandra client such as Hector operate successfully behind a HA Proxy

HA Proxy

2014-06-27 Thread Richard Jennings
Can a Cassandra client such as Hector operate successfully behind a HA Proxy where the cluster is represented by a single IP Address? Regards