Re: Adding new nodes

2010-02-04 Thread Avinash Lakshman
Hi All First off Bill I don't think I brainwashed you to an extent where you start signing off as me :). Don't do that on my check books. That's an interesting question and like I had said I am not too sure about this is handled in the current OSS version. Jonathan is your best bet for this respon

Re: Memtable size and garbage collection in JVM

2010-03-04 Thread Avinash Lakshman
Also huge memtables will increase your recovery time. Which may not be something you want. Avinash On Thu, Mar 4, 2010 at 8:50 PM, Jonathan Ellis wrote: > A lot of churn is hard on Cassandra because of > http://wiki.apache.org/cassandra/DistributedDeletes, but Cassandra is > so fast that it may

Re: Unreliable transport layer

2010-03-06 Thread Avinash Lakshman
We have observed this. But in practice it doesn't cause any deleterious effects. IMHO detecting false failures of nodes is the most dangerous thing that could result from this kind of behavior. But that is why we have an Accrual FD which reacts and adjusts to these conditions. But having said that

Re: libcassandra - C++ Cassandra Client

2010-03-11 Thread Avinash Lakshman
How is Drizzle being integrated with Cassandra? Are there any resources on the Internet that I could read up? Thanks Avinash On Thu, Mar 11, 2010 at 8:12 PM, Padraig O'Sullivan < osullivan.padr...@gmail.com> wrote: > We have developed a C++ client library based on the hector Java client > for Ca