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 6A789101F8 for ; Thu, 17 Apr 2014 11:09:35 +0000 (UTC) Received: (qmail 77690 invoked by uid 500); 17 Apr 2014 11:09:17 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 77616 invoked by uid 500); 17 Apr 2014 11:09:16 -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 77578 invoked by uid 99); 17 Apr 2014 11:09:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 11:09:15 +0000 Date: Thu, 17 Apr 2014 11:09:15 +0000 (UTC) From: "Mike Adamson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-7050) AbstractColumnFamilyInputFormat & AbstractColumnFamilyOutputFormat throw NPE if username is provided but password is null 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-7050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Adamson updated CASSANDRA-7050: ------------------------------------ Attachment: 7050.patch Patch adds conditional check for password not being null before attempting login > AbstractColumnFamilyInputFormat & AbstractColumnFamilyOutputFormat throw NPE if username is provided but password is null > ------------------------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-7050 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7050 > Project: Cassandra > Issue Type: Bug > Components: Hadoop > Reporter: Mike Adamson > Priority: Minor > Fix For: 2.0.7 > > Attachments: 7050.patch > > > If a username is provided to either of these classes but the password is null the thrift layer throws an NPE because it can't handle null values for the login. -- This message was sent by Atlassian JIRA (v6.2#6252)