Expected behavior of number of nodes contacted during CL=QUORUM read

2012-10-04 Thread Kirk True
Hi all, Test scenario: 4 nodes (.1, .2, .3, .4) RF=3 CL=QUORUM 1.1.2 I noticed that in ReadCallback's constructor, it determines the 'blockfor' number of 2 for RF=3, CL=QUORUM. According to the API page on the wiki[1] for reads at CL=QUORUM: Will query *all* replicas and

Quick question on ColumnFamilyStore removeDeleted (related to CASSANDRA-4299)

2012-06-04 Thread Kirk True
Hi all, I'm a bit confused on the ColumnFamilyStore 'remove deleted' methods and have a question. I see this in many callers: TODO: this is necessary because when we collate supercolumns together, we don't check their subcolumns for relevance, so we need to do a second prune post fac

Re: The Eclipse target doesn't seem to show up in 'ant -p'

2011-09-07 Thread Kirk True
I think you need to add a description to the task for it to show up. On 9/7/11 3:56 PM, Jake Luciani wrote: How do you make it show up? It's eclipse-files On Sep 7, 2011, at 6:19 PM, Jason Rutherglen wrote: I think it's 'ant generate-eclipse-files'? Maybe we should make it show up?