You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Eduardo Alonso de Blas (JIRA)" <ji...@apache.org> on 2016/09/06 17:18:20 UTC

[jira] [Created] (CASSANDRA-12618) Out of memory bug with one insert

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)