How does Cassandra handle inter Data Center congestion

2014-03-02 Thread Elliot Finley
I'm going to plagiarize a question previously asked by graham sanderson , I hope he doesn't mind. The question hasn't been answered but it was at the end of a thread that wasn't directly related to this

Can I use THttpClient in my client program to connect cassandra server?

2014-03-02 Thread Jim Xu
Hi all, When I read thrift's source code, I see THttpClient.java. Does cassandra support it and can I use it as a transport to connect to cassandra server? Best Regards Jim

Re: Resetting a counter in CQL

2014-03-02 Thread Clint Kelly
Hi Tupshin, Will the new implementation of counters in 2.1 still use the same CQL commands as the current implementation? Thanks! Best regards, Clint On Sat, Mar 1, 2014 at 2:34 PM, Tupshin Harper wrote: > The complete rewrite of counters in 2.1(which should address the counter > accuracy is

Re: Resetting a counter in CQL

2014-03-02 Thread Clint Kelly
Thanks everyone for the responses! I observed today also some issues if I tried to delete a counter and then increment it again. I expected incrementing a deleted counter would result in the same behavior as incrementing an uninitialized counter, but the value was stuck at 'null' after the delete