Re: Logging Cassandra queries

2013-05-18 Thread Tomàs Núnez
> > If you're looking for logging like "get keyX with CL quorum and slice Y > took n millis" That would be even better! Maybe should I file a ticket in Cassandra Jira for this feature? Do you think it would be helpful? BTW, just "get keyX" or "set keyX" would work for me. I'll check org.apache.c

Re: Logging Cassandra queries

2013-05-18 Thread Ilya Kirnos
If you're looking for logging like "get keyX with CL quorum and slice Y took n millis" there's nothing like that from what I could find. We had to modify c* source (CassandraServer.java) to add this query logging to the thrift codepath. On May 18, 2013 3:20 PM, "Tomàs Núnez" wrote: > Yes, I read

Re: Logging Cassandra queries

2013-05-18 Thread Tomàs Núnez
Yes, I read how to do that here, as well: http://www.datastax.com/docs/1.1/configuration/logging_options But I didn't know what classes to enable logging for the queries... Is there any document with the list of classes with a bit explanation for each of them? I can't find any, and I don't underst

Cassandra read reapair

2013-05-18 Thread Kais Ahmed
Hi all, I encountered a consistency problem one some keys using phpcassa and Cassandra 1.2.3 since a server crash Only some keys of one CF are corrupt. I lauched a nodetool repair that successfully completed but don't correct the issue. When i try to get a corrupt Key with : CL ONE, the resul

Re: Multiple cursors

2013-05-18 Thread Vitalii Tymchyshyn
We were successfully using a sync thrift client. With it we could send multiple requests through the single connection and wait for answers. 17 трав. 2013 02:51, "aaron morton" напис. > We don't have cursors in the RDBMS sense of things. > > If you are using thrift the recommendation is to use co