Re: CASSANDRA-1472 (bitmap indexes)

2010-11-24 Thread dragos cernahoschi
: > Let's start wth the low-hanging fruit: can you give steps to reproduce > queries that fail right away? > > On Wed, Nov 17, 2010 at 10:37 AM, dragos cernahoschi > wrote: > > Back. I've tested the keys index pagination once again. 0.7 head. Smaller > > data set

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-17 Thread dragos cernahoschi
mns that fail right away with time out (count 10, 100). Dragos On Mon, Nov 15, 2010 at 2:29 PM, Jonathan Ellis wrote: > On Mon, Nov 15, 2010 at 5:57 AM, dragos cernahoschi > wrote: > > I've tested 0.7-beta3 branch index feature without the 1472 patch. The > > queries on mo

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-15 Thread dragos cernahoschi
, Jonathan Ellis wrote: > > > Is it worth testing 0.7-branch-without-1472 to make sure of that? > > > > On Fri, Nov 12, 2010 at 10:28 AM, Stu Hood wrote: > > > Great, thanks for the variable Dragos: I'm fairly sure I broke this in > > the > > >

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-13 Thread dragos cernahoschi
No problem. I'll do the test on Monday. On Nov 14, 2010 2:35 AM, "Stu Hood" wrote: > Is it worth testing 0.7-branch-without-1472 to make sure of that? Dragos: if you have time, this would be helpful. If you already have a KEYS index created, you shouldn't need to re-load the data, as the file fo

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-12 Thread dragos cernahoschi
x27;t going into some kind of infinite loop? > > Thanks for the help, > Stu > > -Original Message- > From: "dragos cernahoschi" > Sent: Tuesday, November 9, 2010 11:50am > To: dev@cassandra.apache.org > Subject: Re: CASSANDRA-1472 (bitmap indexes) > > I

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-10 Thread dragos cernahoschi
of infinite loop? > > Thanks for the help, > Stu > > -Original Message- > From: "dragos cernahoschi" > Sent: Tuesday, November 9, 2010 11:50am > To: dev@cassandra.apache.org > Subject: Re: CASSANDRA-1472 (bitmap indexes) > > I'm running the qu

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-09 Thread dragos cernahoschi
> > Thanks! > > > -Original Message- > From: "dragos cernahoschi" > Sent: Tuesday, November 9, 2010 10:14am > To: dev@cassandra.apache.org > Subject: Re: CASSANDRA-1472 (bitmap indexes) > > Meantime the number of SSTable(s) reduced to just 7. Initiall

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-09 Thread dragos cernahoschi
dex > for each sstable: if it finds matches it will need to seek to find them in > the primary index, and seek again for the data file. > > -Original Message- > From: "dragos cernahoschi" > Sent: Tuesday, November 9, 2010 5:33am > To: dev@cassandra.apache.org >

Re: CASSANDRA-1472 (bitmap indexes)

2010-11-09 Thread dragos cernahoschi
st > case for a GT/LT query (one per index bucket). > > A future version might remove that requirement, but for now, you should > probably bump the file handle limit on your machine to at least 2^16. > > Thanks, > Stu > > > -Original Message- > From: &qu

CASSANDRA-1472 (bitmap indexes)

2010-11-08 Thread dragos cernahoschi
Hi, I've got an exception during the following test: test machine: core 2 duo 2.93 2GB RAM Ubuntu 10.04 test scenario: - 1 column family - about 15 columns - 7 indexed columns (bitmap) - 26 million rows (insert operation went fine) - thrift "query" on 3 of the indexed columns with get_indexed_sl

Re: more info CASSANDRA-1472

2010-11-02 Thread dragos cernahoschi
Patches applied. Exception disappeared. On Mon, Nov 1, 2010 at 7:37 PM, Stu Hood wrote: > trunk @ r1029546 > > -Original Message- > From: "dragos cernahoschi" > Sent: Monday, November 1, 2010 12:20pm > To: dev@cassandra.apache.org > Subject: Re: more

Re: more info CASSANDRA-1472

2010-11-01 Thread dragos cernahoschi
! > > > -Original Message----- > From: "dragos cernahoschi" > Sent: Friday, October 29, 2010 10:38am > To: dev@cassandra.apache.org > Subject: more info CASSANDRA-1472 > > The stress.py command: > > 1. python contrib/py_stress/stress.py -C 32 -x keys

more info CASSANDRA-1472

2010-10-29 Thread dragos cernahoschi
The stress.py command: 1. python contrib/py_stress/stress.py -C 32 -x keys_bitmap 2. more info from stack trace: 10/10/29 18:15:28 INFO db.Memtable: Writing memtable-standa...@23048841(17806140 bytes, 349140 operations) 10/10/29 18:15:29 INFO service.GCInspector: GC for PS MarkSweep: 789 ms, 717

issues CASSANDRA-1472

2010-10-29 Thread dragos cernahoschi
Hi, 1. I've tried to apply the patches for this bug. They worked except for the unit test modifications that git refused to apply. 2. After applying the patches I've run the stress.py script (with 500,000 keys). The script output seems to be fine, but the cassandra console contains the below exce