Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A0D41200B89 for ; Tue, 6 Sep 2016 19:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9C836160ACF; Tue, 6 Sep 2016 17:18:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E6A2C160AA9 for ; Tue, 6 Sep 2016 19:18:21 +0200 (CEST) Received: (qmail 62268 invoked by uid 500); 6 Sep 2016 17:18:21 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 62257 invoked by uid 99); 6 Sep 2016 17:18:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2016 17:18:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C700B2C1B75 for ; Tue, 6 Sep 2016 17:18:20 +0000 (UTC) Date: Tue, 6 Sep 2016 17:18:20 +0000 (UTC) From: "Eduardo Alonso de Blas (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-12618) Out of memory bug with one insert MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Sep 2016 17:18:22 -0000 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 field like this: CREATE TABLE IF NOT EXISTS keyspace_name.table_name( pk uuid, mylist list, PRIMARY KEY (pk)); -- This message was sent by Atlassian JIRA (v6.3.4#6332)