Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFD2D17661 for ; Mon, 4 May 2015 15:39:11 +0000 (UTC) Received: (qmail 34183 invoked by uid 500); 4 May 2015 15:39:06 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 34141 invoked by uid 500); 4 May 2015 15:39:06 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 34128 invoked by uid 99); 4 May 2015 15:39:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 15:39:06 +0000 Date: Mon, 4 May 2015 15:39:06 +0000 (UTC) From: "Carl Yeksigian (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-9057) index validation fails for non-indexed column MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-9057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian updated CASSANDRA-9057: -------------------------------------- Attachment: 9057-2.1-v3.txt Latest patch includes [~beobal]'s changes, and removes {{SecondaryIndexCellSizeTest}} and addresses nits. The changes to {{IVVT}} look good; they better capture the tests we want. I agree that we should get rid of {{SICST}}; the validation tests are much more complete. > index validation fails for non-indexed column > --------------------------------------------- > > Key: CASSANDRA-9057 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9057 > Project: Cassandra > Issue Type: Bug > Reporter: Eric Evans > Assignee: Carl Yeksigian > Fix For: 2.1.x > > Attachments: 9057-2.1-v2.txt, 9057-2.1-v3.txt, 9057-2.1.txt > > > On 2.1.3, updates are failing with an InvalidRequestException when an unindexed column is greater than the maximum allowed for indexed entries. > {noformat} > ResponseError: Can't index column value of size 1483409 for index null on local_group_default_T_parsoid_html.data > {noformat} > 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}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)