Re: cqlsh --request-timeout=3600 doesn't seems to work

2018-08-24 Thread Vitaliy Semochkin
Thank you for the fast replay, Pranay! This is testing environment and using count on it will do no harm. On Sat, Aug 25, 2018 at 12:11 AM Pranay akula wrote: > > You should change read_request_timeout in cassandra.yaml file. > > Default is 5 sec > > But it is not recommended to do count in cass

Re: cqlsh --request-timeout=3600 doesn't seems to work

2018-08-24 Thread Pranay akula
You should change read_request_timeout in cassandra.yaml file. Default is 5 sec But it is not recommended to do count in cassandra better if u can avoid it On Fri, Aug 24, 2018, 4:06 PM Vitaliy Semochkin wrote: > Hi, > > i'm running count query for a very small table (less than 1000 000 > rec

cqlsh --request-timeout=3600 doesn't seems to work

2018-08-24 Thread Vitaliy Semochkin
Hi, i'm running count query for a very small table (less than 1000 000 records). When the amount of records gets to 800 000 i receive read timeout error in cqlsh. I tried to run cqlsh with option --request-timeout=3600, but receive same error, what should I do in order not to recieve timeout excep