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 93F5C176FC for ; Sat, 18 Oct 2014 02:55:34 +0000 (UTC) Received: (qmail 67306 invoked by uid 500); 18 Oct 2014 02:55:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 67259 invoked by uid 500); 18 Oct 2014 02:55:34 -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 67248 invoked by uid 99); 18 Oct 2014 02:55:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 02:55:34 +0000 Date: Sat, 18 Oct 2014 02:55:34 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12229) NullPointerException in SnapshotTestingUtils 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-12229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12229: -------------------------- Resolution: Fixed Fix Version/s: 0.99.2 2.0.0 Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Committed to branch-1+. Didn't go in to 0.98 easily. Passed on it. Thanks for patch [~dimaspivak]. If you do a 0.98, I'll apply. > NullPointerException in SnapshotTestingUtils > -------------------------------------------- > > Key: HBASE-12229 > URL: https://issues.apache.org/jira/browse/HBASE-12229 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.98.7 > Reporter: Dima Spivak > Assignee: Dima Spivak > Priority: Minor > Fix For: 2.0.0, 0.99.2 > > Attachments: HBASE-12229.patch, HBASE-12229_master_v1.patch, HBASE-12229_master_v1.patch, HBASE-12229_master_v2.patch, HBASE-12229_v1.patch, HBASE-12229_v2.patch, HBASE-12229_v2.patch > > > I tracked down occasional flakiness in TestRestoreSnapshotFromClient to a potential NPE in SnapshotTestingUtils#waitForTableToBeOnline. In short, some tests in TestRestoreSnapshot... create a table and then invoke SnapshotTestingUtils#waitForTableToBeOnline, but this method assumes that regions have been assigned by the time it's invoked (which is not always the case). -- This message was sent by Atlassian JIRA (v6.3.4#6332)