Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33BFF106A0 for ; Fri, 1 Nov 2013 20:30:21 +0000 (UTC) Received: (qmail 35532 invoked by uid 500); 1 Nov 2013 20:30:19 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 35238 invoked by uid 500); 1 Nov 2013 20:30:19 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 35023 invoked by uid 99); 1 Nov 2013 20:30:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 20:30:19 +0000 Date: Fri, 1 Nov 2013 20:30:19 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9878) AbstractHBaseTool swallows exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nick Dimiduk created HBASE-9878: ----------------------------------- Summary: AbstractHBaseTool swallows exceptions Key: HBASE-9878 URL: https://issues.apache.org/jira/browse/HBASE-9878 Project: HBase Issue Type: Improvement Components: util Reporter: Nick Dimiduk AbstractHBaseTool catches any uncaught exceptions, logs them, and explicitly exists. I believe the reason for this is to explicitly set a non-0 exit code for the process. However, this means one cannot attach a debugger and break on uncaught exceptions. -- This message was sent by Atlassian JIRA (v6.1#6144)