You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Petrov (JIRA)" <ji...@apache.org> on 2016/09/29 14:33:20 UTC

[jira] [Resolved] (CASSANDRA-11846) Invalid QueryBuilder.insert is not invalidated which causes OOM

     [ https://issues.apache.org/jira/browse/CASSANDRA-11846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Petrov resolved CASSANDRA-11846.
-------------------------------------
    Resolution: Duplicate

> Invalid QueryBuilder.insert is not invalidated which causes OOM
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-11846
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11846
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL
>         Environment: cassandra-2.1.14
>            Reporter: ZhaoYang
>            Priority: Minor
>             Fix For: 2.1.x
>
>
> create table test(  key text primary key, value list<uuid> );
> When using QueryBuilder.Insert() to bind column `value` with a blob, Cassandra didn't consider it to be an invalid query and then lead to OOM and crashed.
> the same plain query(String) can be invalidated by Cassandra and C* responds InvalidQuery.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)