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

index validation fails for non-indexed column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 2.1.6
    • Legacy/CQL
    • None
    • Normal

    Description

      On 2.1.3, updates are failing with an InvalidRequestException when an unindexed column is greater than the maximum allowed for indexed entries.

      ResponseError: Can't index column value of size 1483409 for index null on local_group_default_T_parsoid_html.data
      

      In this case, the update does include a 1483409 byte column value, but it is for a column that is not indexed, (the single indexed column is < 32 bytes), presumably this is why cfm.getColumnDefinition(cell.name()).getIndexName() returns null.

      Attachments

        1. 9057-trunk.txt
          29 kB
          Sam Tunnicliffe
        2. 9057-2.1-v3.txt
          28 kB
          Carl Yeksigian
        3. 9057-2.1-v2.txt
          22 kB
          Carl Yeksigian
        4. 9057-2.1.txt
          18 kB
          Carl Yeksigian

        Activity

          People

            carlyeks Carl Yeksigian
            urandom Eric Evans
            Carl Yeksigian
            Sam Tunnicliffe
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: