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 6B9FC10A0C for ; Tue, 1 Oct 2013 23:08:25 +0000 (UTC) Received: (qmail 37910 invoked by uid 500); 1 Oct 2013 23:08:24 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 37860 invoked by uid 500); 1 Oct 2013 23:08:24 -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 37741 invoked by uid 99); 1 Oct 2013 23:08:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 23:08:24 +0000 Date: Tue, 1 Oct 2013 23:08:24 +0000 (UTC) From: "Jean-Marc Spaggiari (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9697) ZKDataMigrator should exit on table(s) null check. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jean-Marc Spaggiari created HBASE-9697: ------------------------------------------ Summary: ZKDataMigrator should exit on table(s) null check. Key: HBASE-9697 URL: https://issues.apache.org/jira/browse/HBASE-9697 Project: HBase Issue Type: Bug Affects Versions: 0.98.0, 0.96.1 Reporter: Jean-Marc Spaggiari Assignee: Jean-Marc Spaggiari Attachments: HBASE-9697-v0-trunk.patch Doing something like that in 2 places: {code} if (tables == null) { LOG.info("No table present to migrate table state to PB. returning.."); } for (String table : tables) { {code} We need to return just after logging. -- This message was sent by Atlassian JIRA (v6.1#6144)