Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AF7DF200B41 for ; Thu, 7 Jul 2016 10:55:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AE004160A75; Thu, 7 Jul 2016 08:55:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 27058160A68 for ; Thu, 7 Jul 2016 10:55:12 +0200 (CEST) Received: (qmail 91131 invoked by uid 500); 7 Jul 2016 08:55:11 -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 91001 invoked by uid 99); 7 Jul 2016 08:55:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 08:55:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1C1162C02A7 for ; Thu, 7 Jul 2016 08:55:11 +0000 (UTC) Date: Thu, 7 Jul 2016 08:55:11 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12143) NPE when trying to remove purgable tombstones from result MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Jul 2016 08:55:12 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12143?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-12143: ----------------------------------------- Fix Version/s: (was: 2.2.7) 2.2.x > NPE when trying to remove purgable tombstones from result > --------------------------------------------------------- > > Key: CASSANDRA-12143 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1214= 3 > Project: Cassandra > Issue Type: Bug > Reporter: mck > Assignee: mck > Fix For: 2.2.x > > Attachments: 12143-2.2.txt > > > A cluster running 2.2.6 started throwing NPEs. > (500K exceptions on a node was seen.) > {noformat}WARN =E2=80=A6 AbstractLocalAwareExecutorService.java:169 - Un= caught exception on thread Thread[SharedPool-Worker-5,5,main]: {} > java.lang.NullPointerException: null{noformat} > Bisecting this highlighted commit d3db33c008542c7044f3ed8c19f3a45679fcf52= e as the culprit, which was a fix for CASSANDRA-11427. > This commit added a line to "remove purgable tombstones from result" but = failed to null check the {{data}} variable first. This variable comes from = {{Row.cf}} which is permitted to be null where the CFS has no data. -- This message was sent by Atlassian JIRA (v6.3.4#6332)