Re: Time to wait for CF to be consistent after stopping writes.

2010-10-28 Thread aaron morton
Memtable Data Size is the number of bytes you Column Family is taking up. Have you read the section on "Repairing missing or inconsistent data" here http://wiki.apache.org/cassandra/Operations . It describes the nodetool repair operation used to repair inconsistent data. Aaron On 28 Oct 201

Re: Time to wait for CF to be consistent after stopping writes.

2010-10-28 Thread Utku Can Topçu
Gary, Thank you for your comments. I also have another question in mind: - If in all nodes "nodetool cfstats" shows that the memtable size is 0. Then can I be sure that it's safe to assume that all values are consistent? Regards, Utku On Wed, Oct 27, 2010 at 3:24 PM, Gary Dusbabek wrote: > On

Re: Time to wait for CF to be consistent after stopping writes.

2010-10-27 Thread Gary Dusbabek
On Wed, Oct 27, 2010 at 05:08, Utku Can Topçu wrote: > Hi, > > For a columnfamily in a keyspace which has RF=3, I'm issuing writes with > ConsistencyLevel.ONE. > > in the configuration I have: > - memtable_flush_after_mins : 30 > - memtable_throughput_in_mb : 32 > > I'm writing to this columnfamil

Time to wait for CF to be consistent after stopping writes.

2010-10-27 Thread Utku Can Topçu
Hi, For a columnfamily in a keyspace which has RF=3, I'm issuing writes with ConsistencyLevel.ONE. in the configuration I have: - memtable_flush_after_mins : 30 - memtable_throughput_in_mb : 32 I'm writing to this columnfamily continuously for about 1 hour then stop writing. So the question is: