Eduardo Alonso de Blas created CASSANDRA-12618:
--------------------------------------------------
Summary: Out of memory bug with one insert
Key: CASSANDRA-12618
URL: https://issues.apache.org/jira/browse/CASSANDRA-12618
Project: Cassandra
Issue Type: Bug
Reporter: Eduardo Alonso de Blas
Priority: Critical
Attachments: EvilQuery.tar.gz
When executing an INSERT built by QueryBuilder in java driver produces an
OutOfMemory in the server.
Having a table with a List<String> field like this:
CREATE TABLE IF NOT EXISTS keyspace_name.table_name(
pk uuid, mylist list<text>, PRIMARY KEY (pk));
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)