Re: what causes MESSAGE-DESERIALIZER-POOL to spike

2010-07-30 Thread Peter Schuller
> Keyspace: TimeFrameClicks >     Read Count: 42686 >     Read Latency: 47.21777100220213 ms. >     Write Count: 18398 >     Write Latency: 0.17457457332318732 ms. Is this all traffic across "a few days" as you mentioned the node had been running? > Based on Feedback from this lis

NullPointerException and Java client hang

2010-07-30 Thread Waqas Badar
I am getting following exception: java.lang.NullPointerException at org.apache.cassandra.db.Table.apply(Table.java:407) at org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:68) at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDelive

Re: Please need help with Munin: Cassandra Munin plugin problem

2010-07-30 Thread osishkin osishkin
I'm talking about the James Golick plugin. I followed the instructions, and got nowhere. http://github.com/jamesgolick/cassandra-munin-plugins I saw in the mailing list that other people successfully got it to work Thanks

2 tickets left for the cassandra summit

2010-07-30 Thread Jeremy Hanna
fyi - two tickets left for the cassandra summit in SF on August 10th. http://cassandrasummit2010.eventbrite.com/

Re: what causes MESSAGE-DESERIALIZER-POOL to spike

2010-07-30 Thread Dathan Pattishall
On Fri, Jul 30, 2010 at 1:05 AM, Peter Schuller wrote: > > Keyspace: TimeFrameClicks > > Read Count: 42686 > > Read Latency: 47.21777100220213 ms. > > Write Count: 18398 > > Write Latency: 0.17457457332318732 ms. > > Is this all traffic across "a few days" as you m

Re: NullPointerException and Java client hang

2010-07-30 Thread Peter Schuller
> I am getting following exception: > > java.lang.NullPointerException >     at org.apache.cassandra.db.Table.apply(Table.java:407) Are you triggering this repeatedly without difficulty? Can you run with the attached patch (indentation is messed up in the patch though - sorry, no time to fix

Re: what causes MESSAGE-DESERIALIZER-POOL to spike

2010-07-30 Thread Peter Schuller
> Latency is fine, basically the service suddenly freezes. On top of that to > reduce the number of reads I have memcache fronting this @ a 92% hit rate Ok. In that case if feels most likely to me that you're not throwing too much read traffic at it consistently, but rather that there is either

Re: Avro Runtime Exception Bad Index

2010-07-30 Thread Arya Goudarzi
I pull from trunc and build every day at 2pm PST. So, Previous Version: Trunc, July 28th @ 2pm pst Broken Startup Version: Trunc, July 29th @ 2pm pst Today, I also ended up getting the following AssertionError when my cron svn updated and built and i had to cleanup my commit and data directories

Re: Cassandra disk space utilization WAY higher than I would expect

2010-07-30 Thread Jonathan Ellis
did you try compact instead of cleanup, anyway? On Tue, Jul 27, 2010 at 1:08 PM, Julie wrote: > Peter Schuller infidyne.com> writes: > >> > a) cleanup is a superset of compaction, so if you've been doing >> > overwrites at all then it will reduce space used for that reason >> > > Hi Peter and Jo

Re: ? how does one specify a supercolumn range?

2010-07-30 Thread Jonathan Ellis
the optional supercolumn in the columnparent struct is what determines whether the columns you are slicing are supercolumns, or subcolumns of a single supercolumn [the one in the parent struct]. On Wed, Jul 28, 2010 at 11:38 AM, james anderson wrote: > if i have data of the form > > Keyspace1 ->

Re: Differencing test results

2010-07-30 Thread Jonathan Ellis
well, you have two flushes and a compaction there, but none of them lasts more than a few seconds (out of the half hour period) so i'm guessing that's not the problem. On Thu, Jul 29, 2010 at 1:53 AM, Thorvaldsson Justus < justus.thorvalds...@svenskaspel.se> wrote: > I am testing on one node onl

Re: Columns limit

2010-07-30 Thread Jonathan Ellis
On Thu, Jul 29, 2010 at 4:39 PM, Mark wrote: > Is there any limitations on the number of columns a row can have? 2GB of data in a row in 0.6, 2 billion columns in 0.7. > Does all > the day for a single key need to reside on a single host? yes. if the ratio of rows : machines in your cluster is

Re: importance of key cache vs row cache

2010-07-30 Thread Jonathan Ellis
On Thu, Jul 29, 2010 at 5:02 PM, Aaron Morton wrote: > > Which type of cache is appropriate to your particular case depends on a > variety of factors including the hotness and other access > characteristics of your data set, the relationship of data set size to > the heap size, row size to key siz

Re: cassandra 0.6.1 read returns wrong data?

2010-07-30 Thread Jonathan Ellis
This is probably a bug fixed in 0.6.2: * fix size of row in spanned index entries (CASSANDRA-1056) You should upgrade to 0.6.4 (due out this weekend). On Wed, Jul 28, 2010 at 7:47 PM, Jianing Hu wrote: > We recently migrated part of our MySQL database to a 3-node Cassandra > cluster with a rep

[RELEASE] 0.6.4

2010-07-30 Thread Eric Evans
Another month and the 0.6 branch is a month better. The 0.6.4 release has a number of important fixes[1] and upgrading should be painless so come get some[2]. As usual, if you have questions ask them, and if you find bugs, report them[3]. Alright then. [1]: http://bit.ly/aOt5gt [2]: http://cas