[ 
https://issues.apache.org/jira/browse/CASSANDRA-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14383873#comment-14383873
 ] 

Philip Thompson edited comment on CASSANDRA-9051 at 3/27/15 2:21 PM:
---------------------------------------------------------------------

The error you are seeing is just a timeout. For non-trivial datasets, {{select 
count(\*) from table}} will time out. It's just a result of the C* 
architecture. You will need to use hadoop or spark analytic jobs to get row 
counts at scale.


was (Author: philipthompson):
The error you are seeing is just a timeout. For non-trivial datasets, {{select 
count(*) from table}} will time out. It's just a result of the C* architecture. 
You will need to use hadoop or spark analytic jobs to get row counts at scale.

> Error in cqlsh command line while querying
> ------------------------------------------
>
>                 Key: CASSANDRA-9051
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9051
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Naresh Palaiya
>            Priority: Minor
>             Fix For: 2.1.2
>
>
> Aggregation queries (select count(*) from TABLE_NAME ) on Cassandra cluster 
> results in the following error. Even after increasing the 
> read_request_timeout_in_ms and range_request_timeout_in_ms parameters. For 
> more information on the bug. You can refer the this stack overflow link.
> http://stackoverflow.com/questions/29205005/error-in-cqlsh-command-line-while-querying
>  errors={}, last_host=localhost
>   Statement trace did not complete within 10 seconds



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to