[
https://issues.apache.org/jira/browse/CASSANDRA-11846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291485#comment-15291485
]
Tyler Hobbs commented on CASSANDRA-11846:
-----------------------------------------
This may be related to CASSANDRA-8779
> 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)