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

ZhaoYang updated CASSANDRA-11846:
---------------------------------
    Description: 
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.

  was:
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.


> 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.15
>
>
> 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)

Reply via email to