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 B8649200C17 for ; Fri, 6 Jan 2017 02:07:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B7094160B42; Fri, 6 Jan 2017 01:07:00 +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 3583D160B33 for ; Fri, 6 Jan 2017 02:07:00 +0100 (CET) Received: (qmail 99198 invoked by uid 500); 6 Jan 2017 01:06:58 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 98880 invoked by uid 99); 6 Jan 2017 01:06:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2017 01:06:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A69BD2C2A6E for ; Fri, 6 Jan 2017 01:06:58 +0000 (UTC) Date: Fri, 6 Jan 2017 01:06:58 +0000 (UTC) From: "Yufei Gu (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5798) Handle FSPreemptionThread crashing due to a RuntimeException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 Jan 2017 01:07:00 -0000 [ https://issues.apache.org/jira/browse/YARN-5798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15803084#comment-15803084 ] Yufei Gu commented on YARN-5798: -------------------------------- Thanks [~kasha] for the review. I created YARN-6061 to create a customized UncaughtExceptionHandler. > Handle FSPreemptionThread crashing due to a RuntimeException > ------------------------------------------------------------ > > Key: YARN-5798 > URL: https://issues.apache.org/jira/browse/YARN-5798 > Project: Hadoop YARN > Issue Type: Sub-task > Components: fairscheduler > Affects Versions: 2.9.0 > Reporter: Karthik Kambatla > Assignee: Yufei Gu > Attachments: YARN-5798.001.patch > > > YARN-5605 added an FSPreemptionThread. The run() method catches InterruptedException. If this were to run into a RuntimeException, the preemption thread would crash. We should probably fail the RM itself (or transition to standby) when this happens. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org