Re: Request Timeout with Composite Columns and CQL3

2012-07-04 Thread Sylvain Lebresne
shouldn't happen. You didn't happen to change the >>> comparator for the column family or something like that from the >>> hector side? >>> Are you able to reproduce from a blank DB? >>> >>> -- >>> Sylvain >>> >>>> >&g

Re: Request Timeout with Composite Columns and CQL3

2012-07-04 Thread Henning Kropp
>> will not allow two ranges be specified for two key parts. Obviously I still >>> lack a profound understanding of cassandras architecture to have a clue. >>> And while client side filtering might seem like a valid option I am still >>> trying to get might head around a

Re: Re: Request Timeout with Composite Columns and CQL3

2012-06-29 Thread Sylvain Lebresne
BTW: I really would love to understand as of why the combined comparator >> will not allow two ranges be specified for two key parts. Obviously I still >> lack a profound understanding of cassandras architecture to have a clue. >> And while client side filtering might seem like a

AW: Re: Request Timeout with Composite Columns and CQL3

2012-06-28 Thread Henning Kropp
ll > trying to get might head around a cassandra data model that would allow this. > > best regards > > ________________ > Von: Sylvain Lebresne [sylv...@datastax.com] > Gesendet: Dienstag, 26. Juni 2012 10:21 > Bis: user@cassandra.apache.org > Betref

Re: Request Timeout with Composite Columns and CQL3

2012-06-26 Thread Sylvain Lebresne
ure to have a clue. > And while client side filtering might seem like a valid option I am still > trying to get might head around a cassandra data model that would allow this. > > best regards > > ____________ > Von: Sylvain Lebresne [sylv...@datastax

AW: Request Timeout with Composite Columns and CQL3

2012-06-26 Thread Henning Kropp
this. best regards Von: Sylvain Lebresne [sylv...@datastax.com] Gesendet: Dienstag, 26. Juni 2012 10:21 Bis: user@cassandra.apache.org Betreff: Re: Request Timeout with Composite Columns and CQL3 On Mon, Jun 25, 2012 at 11:10 PM, Henning Kropp wrote:

Re: Request Timeout with Composite Columns and CQL3

2012-06-26 Thread Sylvain Lebresne
On Mon, Jun 25, 2012 at 11:10 PM, Henning Kropp wrote: > Hi, > > I am running into timeout issues using composite columns in cassandra 1.1.1 > and cql 3. > > My keyspace and table is defined as the following: > > create keyspace bn_logs >     with strategy_options = [{replication_factor:1}] >    

Request Timeout with Composite Columns and CQL3

2012-06-25 Thread Henning Kropp
Hi, I am running into timeout issues using composite columns in cassandra 1.1.1 and cql 3. My keyspace and table is defined as the following: create keyspace bn_logs with strategy_options = [{replication_factor:1}] and placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy';