Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4A376200B25 for ; Wed, 8 Jun 2016 19:13:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4933E160A0E; Wed, 8 Jun 2016 17:13:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C09A7160A54 for ; Wed, 8 Jun 2016 19:13:22 +0200 (CEST) Received: (qmail 61124 invoked by uid 500); 8 Jun 2016 17:13:21 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 60920 invoked by uid 99); 8 Jun 2016 17:13:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 17:13:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 730A82C1F54 for ; Wed, 8 Jun 2016 17:13:21 +0000 (UTC) Date: Wed, 8 Jun 2016 17:13:21 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4335) Error conditions that result in a Halt call should ensure non-zero process exit code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 17:13:23 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320964#comment-15320964 ] Sean Busbey commented on ACCUMULO-4335: --------------------------------------- looks like the move to jkd8 only in master killed it. let me name the patch for the 1.8 branch. > Error conditions that result in a Halt call should ensure non-zero process exit code > ------------------------------------------------------------------------------------ > > Key: ACCUMULO-4335 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4335 > Project: Accumulo > Issue Type: Bug > Components: gc, tserver > Affects Versions: 1.6.5, 1.7.0 > Reporter: Sean Busbey > Assignee: Sean Busbey > Fix For: 1.8.0, 2.0.0 > > Attachments: ACCUMULO-4335.1.patch > > > There are several places where we get some fatal error and exit with a 0 code, indicating no error. > e.g. when the TabletServer loses the ability to monitor zk. > (this impacts 1.6.0+, but I can only select 1.6.5 from 1.6.z) -- This message was sent by Atlassian JIRA (v6.3.4#6332)