Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 720AE1099A for ; Mon, 21 Oct 2013 22:41:54 +0000 (UTC) Received: (qmail 73645 invoked by uid 500); 21 Oct 2013 22:38:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73618 invoked by uid 500); 21 Oct 2013 22:38:33 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 73107 invoked by uid 99); 21 Oct 2013 22:37:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 22:37:48 +0000 Date: Mon, 21 Oct 2013 22:37:48 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9783) o.a.h.h.r.HRegion.mutateRow() with non-existent CF cause NPE 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/HBASE-9783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801265#comment-13801265 ] Hudson commented on HBASE-9783: ------------------------------- SUCCESS: Integrated in HBase-0.94-security #319 (See [https://builds.apache.org/job/HBase-0.94-security/319/]) HBASE-9783 o.a.h.h.r.HRegion.mutateRow() with non-existent CF cause NPE (Aditya Kishore) (larsh: rev 1534365) * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java > o.a.h.h.r.HRegion.mutateRow() with non-existent CF cause NPE > ------------------------------------------------------------ > > Key: HBASE-9783 > URL: https://issues.apache.org/jira/browse/HBASE-9783 > Project: HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.94.12 > Reporter: Aditya Kishore > Assignee: Aditya Kishore > Priority: Minor > Fix For: 0.94.13 > > Attachments: HBASE-9783.patch, HBASE-9783.patch, HBASE-9783.patch, HBASE-9783.patch > > > h6. 0.94 branch only > Calling {{HTable.mutateRow()}} with non-existent column families result in a NPE on the region server which is wrapped into {{RemoteException}} and returned to the client. Since NPE is not a {{DoNotRetryIOException}}, client keeps repeating it until the number of retries are exhausted. > Negative case, hence creating as minor. -- This message was sent by Atlassian JIRA (v6.1#6144)