You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "ZhaoYang (JIRA)" <ji...@apache.org> on 2016/05/19 16:24:12 UTC

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

ZhaoYang created CASSANDRA-11846:
------------------------------------

             Summary: 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)