Re: Request Timeout with Composite Columns and CQL3

2012-07-04 Thread Henning Kropp
I was able to rule out that the Composite class from hector is causing this issue. I opened up a ticket on this, please find it here: https://issues.apache.org/jira/browse/CASSANDRA-4410 regards On 29.06.2012 09:23, Sylvain Lebresne wrote: > On Thu, Jun 28, 2012 at 6:43 PM, Henning Kropp wr

AW: Re: Request Timeout with Composite Columns and CQL3

2012-06-28 Thread Henning Kropp
would like to use the BulkOutputFormat so. Is it likely to cause the below exception? If so, why? Can it be fixed? regards Am 26.06.2012 17:02 schrieb Sylvain Lebresne : On Tue, Jun 26, 2012 at 4:00 PM, Henning Kropp wrote: > Thanks for the reply. Should have

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:

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';