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 05EA01816E for ; Tue, 11 Aug 2015 19:33:50 +0000 (UTC) Received: (qmail 33605 invoked by uid 500); 11 Aug 2015 19:33:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 33574 invoked by uid 500); 11 Aug 2015 19:33:46 -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 33563 invoked by uid 99); 11 Aug 2015 19:33:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2015 19:33:46 +0000 Date: Tue, 11 Aug 2015 19:33:46 +0000 (UTC) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-10046) RangeTombstone validation missing on thrift MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 T Jake Luciani created CASSANDRA-10046: ------------------------------------------ Summary: RangeTombstone validation missing on thrift Key: CASSANDRA-10046 URL: https://issues.apache.org/jira/browse/CASSANDRA-10046 Project: Cassandra Issue Type: Bug Reporter: T Jake Luciani Assignee: T Jake Luciani Priority: Minor Fix For: 3.0 beta 1 Currently a number of thrift tests fail due to a NPE {code} test_range_deletion test_batch_mutate_remove_slice_standard test_batch_mutate_remove_slice_of_entire_supercolumns {code} These errors all stem from the fact we aren't properly throwing a validation exception when a deletion with a slice that is not start == finish. We should add better validation to throw a clear exception sooner. I've already pushed a fix to dtest to ignore these tests in >= 3.0 -- This message was sent by Atlassian JIRA (v6.3.4#6332)