Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-11846

Invalid QueryBuilder.insert is not invalidated which causes OOM

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Duplicate
    • 2.1.x
    • Legacy/CQL
    • None
    • cassandra-2.1.14

    • Low

    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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jasonstack Zhao Yang
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: