Re: TTL on SecondaryIndex Columns. A bug?

2012-12-21 Thread cscetbon.ext
trigger compaction manually. -Ursprüngliche Nachricht- Von: Alexei Bakanov [mailto:russ...@gmail.com] Gesendet: Mittwoch, 19. Dezember 2012 09:35 An: user@cassandra.apache.org Betreff: Re: TTL on SecondaryIndex Columns. A bug? I'm running on a single node on my laptop. It looks like the point

Re: TTL on SecondaryIndex Columns. A bug?

2012-12-20 Thread aaron morton
leveled compaction it is hard to test because you cannot trigger compaction manually. -Ursprüngliche Nachricht- Von: Alexei Bakanov [mailto:russ...@gmail.com] Gesendet: Mittwoch, 19. Dezember 2012 09:35 An: user@cassandra.apache.org Betreff: Re: TTL on SecondaryIndex Columns. A bug

Re: TTL on SecondaryIndex Columns. A bug?

2012-12-19 Thread Alexei Bakanov
I'm running on a single node on my laptop. It looks like the point when rows dissapear from the index depends on JVM memory settings. With more memory it needs more data to feed in before things start disappearing. Please try to run Cassandra with -Xms1927M -Xmx1927M -Xmn400M To be sure, try to

AW: TTL on SecondaryIndex Columns. A bug?

2012-12-19 Thread Roland Gude
. -Ursprüngliche Nachricht- Von: Alexei Bakanov [mailto:russ...@gmail.com] Gesendet: Mittwoch, 19. Dezember 2012 09:35 An: user@cassandra.apache.org Betreff: Re: TTL on SecondaryIndex Columns. A bug? I'm running on a single node on my laptop. It looks like the point when rows dissapear from the index

Re: TTL on SecondaryIndex Columns. A bug?

2012-12-19 Thread B. Todd Burruss
. -Ursprüngliche Nachricht- Von: Alexei Bakanov [mailto:russ...@gmail.com] Gesendet: Mittwoch, 19. Dezember 2012 09:35 An: user@cassandra.apache.org Betreff: Re: TTL on SecondaryIndex Columns. A bug? I'm running on a single node on my laptop. It looks like the point when rows

Re: TTL on SecondaryIndex Columns. A bug?

2012-12-19 Thread Alexei Bakanov
Bakanov [mailto:russ...@gmail.com] Gesendet: Mittwoch, 19. Dezember 2012 09:35 An: user@cassandra.apache.org Betreff: Re: TTL on SecondaryIndex Columns. A bug? I'm running on a single node on my laptop. It looks like the point when rows dissapear from the index depends on JVM memory settings

TTL on SecondaryIndex Columns. A bug?

2012-12-18 Thread Alexei Bakanov
Hi, We are having an issue with TTL on Secondary index columns. We get 0 rows in return when running queries on indexed columns that have TTL. Everything works fine with small amounts of data, but when we get over a ceratin threshold it looks like older rows dissapear from the index. In the

Re: TTL on SecondaryIndex Columns. A bug?

2012-12-18 Thread aaron morton
Thanks for the nice steps to reproduce. I ran this on my MBP using C* 1.1.7 and got the expected results, both get's returned a row. Were you running against a single node or a cluster ? If a cluster did you change the CL, cassandra-cli defaults to ONE. Cheers - Aaron