Cassandra OutOfMemoryError

2019-07-25 Thread raman gugnani
Hi I am using Apace Cassandra version : [cqlsh 5.0.1 | Cassandra 3.11.2 | CQL spec 3.4.4 | Native protocol v4] I am running a 5 node cluster and recently added one node to the cluster. Cluster is running with G1 GC garbage collector with 16GB -Xmx. Cluster is having one materialised view also;

Re: Cassandra OutOfMemoryError

2010-11-18 Thread Jonathan Ellis
Step 0: don't use raw Thrift, use one of the clients from http://wiki.apache.org/cassandra/ClientOptions06 On Thu, Nov 18, 2010 at 10:49 AM, Nick Reeves wrote: > I was trying to get Cassandra 0.6.8 (latest stable release) going for the > first time and my attempts at getting the example code to r

Re: Cassandra OutOfMemoryError

2010-11-18 Thread Peter Schuller
> Looking at the thrift code it is allocating arrays based on lengths read of > the wire, without adequate validation of the length. This allows client > errors to crash the server :( This is fixed with latest cassandra and current versions of thrift. I don't remember whether it was a thrift bug i

Cassandra OutOfMemoryError

2010-11-18 Thread Nick Reeves
I was trying to get Cassandra 0.6.8 (latest stable release) going for the first time and my attempts at getting the example code to run caused Cassandra to die with out a JavaMemoryError just by connecting cassandra-cli to cassandra. java.lang.OutOfMemoryError: Java heap space at org.apac