Re: Weird timeouts

2014-03-10 Thread Joel Samuelsson
I am on Cassandra 2.0.5. How can I use the trace functionality? I did not check for exceptions. I will rerun and check. Thanks for suggestions. /Joel 2014-03-07 17:54 GMT+01:00 Duncan Sands : > Hi Joel, > > > On 07/03/14 15:22, Joel Samuelsson wrote: > >> I try to fetch all the row keys from

Re: Weird timeouts

2014-03-07 Thread Duncan Sands
Hi Joel, On 07/03/14 15:22, Joel Samuelsson wrote: I try to fetch all the row keys from a column family (there should only be a couple of hundred in that CF) in several different ways but I get timeouts whichever way I try: did you check the node logs for exceptions? You can get this kind of

Re: Weird timeouts

2014-03-07 Thread Ken Hancock
Are you on Cassandra 1.2 and can utilize the trace functionality? Might be an informative route. Ken On Fri, Mar 7, 2014 at 9:22 AM, Joel Samuelsson wrote: > I try to fetch all the row keys from a column family (there should only be > a couple of hundred in that CF) in several different ways

Weird timeouts

2014-03-07 Thread Joel Samuelsson
I try to fetch all the row keys from a column family (there should only be a couple of hundred in that CF) in several different ways but I get timeouts whichever way I try: Through the cassandra cli: Fetching 45 rows is fine: list cf limit 46 columns 0; . . . 45 Rows Returned. Elapsed time: 298 ms