Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-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 9164418DB0 for ; Fri, 5 Feb 2016 22:13:40 +0000 (UTC) Received: (qmail 17870 invoked by uid 500); 5 Feb 2016 22:13:40 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 17774 invoked by uid 500); 5 Feb 2016 22:13:40 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 17658 invoked by uid 99); 5 Feb 2016 22:13:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 22:13:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2010A2C1F5D for ; Fri, 5 Feb 2016 22:13:40 +0000 (UTC) Date: Fri, 5 Feb 2016 22:13:40 +0000 (UTC) From: "Hanifi Gunes (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4360) Exceptions pre-foreman initialization are not handled causing system to hang MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Hanifi Gunes created DRILL-4360: ----------------------------------- Summary: Exceptions pre-foreman initialization are not handled causing system to hang Key: DRILL-4360 URL: https://issues.apache.org/jira/browse/DRILL-4360 Project: Apache Drill Issue Type: Bug Affects Versions: 1.5.0 Reporter: Hanifi Gunes Priority: Critical We have no generic exception handling mechanism intact for exceptions raised pre-executing foreman#run. That causes client and system to hang with nothing logged to stderr or logback. We need to ensure that we handle all exceptions, clean up after and notify the client of the failure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)