sstableloader out of memory

2017-07-25 Thread Nathan Jackels
Hi all, We're trying to load a snapshot back into a cluster, but are running into memory issues. We've got about 190GB of data across 11 sstable-generations. Some of the smaller ones load, but the larger ones aren't. We've tried increasing the max-heap-size to 16G, but stil see this exception: ss

Correct ways to use Nodetool JMX Classes in Seperate Process

2017-06-14 Thread Nathan Jackels
Hi all, A project I'm working on right now requires that a daemon/service running on the same host as Cassandra be able to connect via JMX for many of the same functions as nodetool and sstablemetadata. The classpath that nodetool uses includes all the jars in cassandra/lib, so we are using the sa