Re: Cassandra Read Timeout

2015-03-19 Thread Jan
Yulian;  Quote :Raw size is aroung 190MB.There are bigger raws with similar structure ( its index raws , which actually stores keys ) and everything is working fine on them, everything is working also fine on this cf but on other raw. Tables data from CFStats ( First table has bigger raws but

Cassandra Read Timeout

2015-02-24 Thread Yulian Oifa
Hello to all I have single node cassandra on amazon ec2. Currently i am having a read timeout problem on single CF , single raw. Raw size is aroung 190MB.There are bigger raws with similar structure ( its index raws , which actually stores keys ) and everything is working fine on them, everything

Re: Cassandra Read Timeout

2015-02-24 Thread Yulian Oifa
Hello The structure is the same , the CFs are super column CFs , where key is long ( timestamp to partition the index , so each 11 days new row is created ) , super Column is int32 and columns / values are timeuuids.I am running same queries , getting reversed slice by raw key and super column.

Re: Cassandra Read Timeout

2015-02-24 Thread Yulian Oifa
Hello TP STATS Before Request: Pool NameActive Pending Completed Blocked All time blocked ReadStage 0 0*7592835* 0 0 RequestResponseStage 0 0 0 0 0 MutationStage

Re: Cassandra Read Timeout

2015-02-24 Thread Marcelo Valle (BLOOMBERG/ LONDON)
reads in the second one? If the load is higher, it could justify the timeout. Do both CFs have the same data model? Are you running exactly the same queries? Best regards, Marcelo. From: user@cassandra.apache.org Subject: Re: Cassandra Read Timeout Hello TP STATS Before Request: Pool Name

Re: Cassandra Read Timeout

2015-02-24 Thread Robert Coli
On Tue, Feb 24, 2015 at 8:50 AM, Yulian Oifa oifa.yul...@gmail.com wrote: The structure is the same , the CFs are super column CFs , where key is long ( timestamp to partition the index , so each 11 days new row is created ) , super Column is int32 and columns / values are timeuuids.I am

Re: Cassandra Read Timeout

2015-02-24 Thread Marcelo Valle (BLOOMBERG/ LONDON)
be taking longer to complete because of the amount, but I also don't understand why the requests on same row different SC and same SC different row would work. []s From: oifa.yul...@gmail.com Subject: Re: Cassandra Read Timeout Hello I am running 1.2.19 Best regards Yulian Oifa On Tue, Feb 24

Re: Cassandra Read Timeout

2015-02-24 Thread Marcelo Valle (BLOOMBERG/ LONDON)
Super column? Out of curiosity, which Cassandra version are you running? From: user@cassandra.apache.org Subject: Re: Cassandra Read Timeout Hello The structure is the same , the CFs are super column CFs , where key is long ( timestamp to partition the index , so each 11 days new row

Re: Cassandra Read Timeout

2015-02-24 Thread Yulian Oifa
Hello I am running 1.2.19 Best regards Yulian Oifa On Tue, Feb 24, 2015 at 6:57 PM, Marcelo Valle (BLOOMBERG/ LONDON) mvallemil...@bloomberg.net wrote: Super column? Out of curiosity, which Cassandra version are you running? From: user@cassandra.apache.org Subject: Re: Cassandra Read