Using memory allocated to the JVM is not really a problem unless it's OOM'ing.
Or running into performance issues due to excessive GC.
One scenario I could imagine is a timeout triggered on a dirty memtable, this
resulted in a flush, the flush resulted in a minor compaction, the minor
compacti
Hello All
I have let a node run for a period of 2 hours, untouched, with something
like
10 Column families, and just 30 columns in total.
I see a memory trend that is continually increasing. There are no operations
against that node.
I started the node at 14:05, at 15:05 I did a manual GC.