[VOTE RESULTS] was: [VOTE] 0.6.8 RC2

2010-11-12 Thread Eric Evans
On Thu, 2010-11-11 at 17:39 -0600, Eric Evans wrote: > SVN: > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-...@r1034172 > 0.6.8 artifacts: http://people.apache.org/~eevans > > In the first go 'round, most people seemed happy to shorten this vote to > 24 hours, so unless there are

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-12 Thread Stu Hood
Great, thanks for the variable Dragos: I'm fairly sure I broke this in the refactoring I did in 1472 to fit in a second index type. On Fri, Nov 12, 2010 at 4:03 AM, dragos cernahoschi < dragos.cernahos...@gmail.com> wrote: > I confirm: the KEYS indexes have the same behavior as the KEYS_BITMAP >

Build failed in Hudson: Cassandra #594

2010-11-12 Thread Apache Hudson Server
See Changes: [jbellis] merge from 0.7 [eevans] remove (unused) jvm opts from cassandra.in.sh Patch by eevans for CASSANDRA-1726 -- [...truncated 1652 lines...] [junit] Cobertura: Saved info

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-12 Thread dragos cernahoschi
I confirm: the KEYS indexes have the same behavior as the KEYS_BITMAP indexes: time out/succeed on the same queries. By the way, the insert of my data set with KEYS_BITMAP is much faster than KEYS (about 5.5 times) and less gc intensive. Dragos On Tue, Nov 9, 2010 at 8:05 PM, Stu Hood wrote: >