RE: Running out of heap

2010-09-22 Thread Chris Jansen
anks again, Chris From: Dan Washusen [mailto:d...@reactive.org] Sent: 22 September 2010 09:11 To: user@cassandra.apache.org Subject: Re: Running out of heap A key point in that FAQ entry is that the deletes don't occur until after the configured GCGraceSeconds (10 days is the de

Re: Running out of heap

2010-09-22 Thread Dan Washusen
I > see is the usage grow then shrink, but it despite the periodic compaction > the overall result is a slow but steady growth. > > > > Regards, > > > > Chris > > > > *From:* Dan Washusen [mailto:d...@reactive.org] > *Sent:* 22 September 2010 08:39

RE: Running out of heap

2010-09-22 Thread Chris Jansen
September 2010 08:39 To: user@cassandra.apache.org Subject: Re: Running out of heap http://wiki.apache.org/cassandra/FAQ#i_deleted_what_gives That help? On Wed, Sep 22, 2010 at 5:27 PM, Chris Jansen wrote: Hi all, I have written a test application that does a write, read and delete on one

RE: Running out of heap

2010-09-22 Thread Chris Jansen
Thanks Leo, I'll have a read. Regards, Chris From: Matthias L. Jugel [mailto:l...@thinkberg.com] Sent: 22 September 2010 08:39 To: user@cassandra.apache.org Subject: Re: Running out of heap We had similar problems. It may help to read this: http://blog.mikiobraun.de/ (Tuni

Re: Running out of heap

2010-09-22 Thread Dan Washusen
http://wiki.apache.org/cassandra/FAQ#i_deleted_what_gives That help? On Wed, Sep 22, 2010 at 5:27 PM, Chris Jansen < chris.jan...@cognitomobile.com> wrote: > Hi all, > > > > I have written a test application that does a write, read and delete on one > of the sample column families that ship with

Re: Running out of heap

2010-09-22 Thread Matthias L. Jugel
We had similar problems. It may help to read this: http://blog.mikiobraun.de/ (Tuning GC for Cassandra) Regards, Leo. On 22.09.2010, at 09:27, Chris Jansen wrote: > Hi all, > > I have written a test application that does a write, read and delete on one > of the sample column families that s

Re: Ran into an issue where Cassandra Crashed when running out of heap space

2010-07-20 Thread Ryan King
On Tue, Jul 20, 2010 at 1:28 PM, Peter Schuller wrote: >> Attaching Jconsole shows that there is a growth of memory and weird >> spikes. Unfortunately I did not take a screen shot of the growth of >> the spike over time. I'll do that when it occurs again. > > Note that expected behavior for CMS is

Re: Ran into an issue where Cassandra Crashed when running out of heap space

2010-07-20 Thread Peter Schuller
> Attaching Jconsole shows that there is a growth of memory and weird > spikes. Unfortunately I did not take a screen shot of the growth of > the spike over time. I'll do that when it occurs again. Note that expected behavior for CMS is to have lots of small ups and downs as a result of young gene

Re: Ran into an issue where Cassandra Crashed when running out of heap space

2010-07-20 Thread Dathan Pattishall
The storage structure is rather simple. For every 1 key there is 1 column and a timestamp for that column. We don't enable pulling a huge amount of data and all other nodes are up servicing the same request. I suspect there may be another problem with Memory management inside Cassandra. Attac

Re: Ran into an issue where Cassandra Crashed when running out of heap space

2010-07-20 Thread Tristan Seligmann
On Tue, Jul 20, 2010 at 9:09 PM, Peter Schuller wrote: >> CassandraDaemon.java (line 83) Uncaught exception in thread >> Thread[pool-1-thread-37895,5,main] >> java.lang.OutOfMemoryError: Java heap space >>     at >> org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.jav

Re: Ran into an issue where Cassandra Crashed when running out of heap space

2010-07-20 Thread Peter Schuller
> CassandraDaemon.java (line 83) Uncaught exception in thread > Thread[pool-1-thread-37895,5,main] > java.lang.OutOfMemoryError: Java heap space >     at > org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.java:296) >     at > org.apache.thrift.protocol.TBinaryProt

Ran into an issue where Cassandra Crashed when running out of heap space

2010-07-20 Thread Dathan Pattishall
 INFO [HINTED-HANDOFF-POOL:1] 2010-07-20 15:10:43,721 HintedHandOffManager.java (line 210) Finished hinted handoff of 0 rows to endpoint /10.129.28.23 ERROR [pool-1-thread-37895] 2010-07-20 15:10:51,622 CassandraDaemon.java (line 83) Uncaught exception in thread Thread[pool-1-thread-37895,5,main] j