On Tue, Jun 18, 2013 at 8:25 AM, srmore <comom...@gmail.com> wrote:
> I see an issues when I run high traffic to the Cassandra nodes, the heap
> gets full to about 94% (which is expected)

Which is expected to cause GC failure? ;)

But seriously, the reason your node is unable to GC is that you have
filled your heap too fast for it to keep up. The JVM has seized up
like Joe Namath with vapor lock.

> Any ideas as to how I can speed up this up and reclaim the heap ?

Don't exhaust the ability of GC to C G. :)

=Rob
PS - What version of cassandra? If you "nodetool -h localhost flush"
does it help?

Reply via email to