[
https://issues.apache.org/jira/browse/CASSANDRA-11846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksey Yeschenko updated CASSANDRA-11846:
------------------------------------------
Fix Version/s: (was: 2.1.15)
2.1.x
> 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)