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 217AE10AED for ; Tue, 18 Mar 2014 05:21:47 +0000 (UTC) Received: (qmail 68071 invoked by uid 500); 18 Mar 2014 05:21:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 67774 invoked by uid 500); 18 Mar 2014 05:21:44 -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 67764 invoked by uid 99); 18 Mar 2014 05:21:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 05:21:43 +0000 Date: Tue, 18 Mar 2014 05:21:43 +0000 (UTC) From: "Ashish Singhi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10780) HFilePrettyPrinter#processFile should return immediately if file does not exists. 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-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi updated HBASE-10780: ---------------------------------- Status: Patch Available (was: Open) > HFilePrettyPrinter#processFile should return immediately if file does not exists. > --------------------------------------------------------------------------------- > > Key: HBASE-10780 > URL: https://issues.apache.org/jira/browse/HBASE-10780 > Project: HBase > Issue Type: Bug > Components: HFile > Affects Versions: 0.94.11 > Reporter: Ashish Singhi > Priority: Minor > Attachments: HBASE-10780.patch > > > HFilePrettyPrinter#processFile should return immediately if file does not exists same like HLogPrettyPrinter#run > {code} > if (!fs.exists(file)) { > System.err.println("ERROR, file doesnt exist: " + file); > }{code} -- This message was sent by Atlassian JIRA (v6.2#6252)