Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F68010A50 for ; Thu, 13 Mar 2014 14:11:48 +0000 (UTC) Received: (qmail 43434 invoked by uid 500); 13 Mar 2014 14:11:47 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 43217 invoked by uid 500); 13 Mar 2014 14:11:46 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 43172 invoked by uid 99); 13 Mar 2014 14:11:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 14:11:44 +0000 Date: Thu, 13 Mar 2014 14:11:44 +0000 (UTC) From: "Tsuyoshi OZAWA (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-1591) TestResourceTrackerService fails randomly on trunk 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/YARN-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated YARN-1591: --------------------------------- Attachment: YARN-1591.3.patch Fixed not to throw YarnRuntimeException when InterruptedException is thrown in EventDispatcher#handle. IIUC, throwing YarnRuntimeException in EventDispatcher#handle is not handled in AsyncDispatcher and leads needless crash. We should exit the thread gracefully in that case. > TestResourceTrackerService fails randomly on trunk > -------------------------------------------------- > > Key: YARN-1591 > URL: https://issues.apache.org/jira/browse/YARN-1591 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Vinod Kumar Vavilapalli > Assignee: Vinod Kumar Vavilapalli > Attachments: YARN-1591.1.patch, YARN-1591.2.patch, YARN-1591.3.patch, YARN-1591.3.patch > > > As evidenced by Jenkins at https://issues.apache.org/jira/browse/YARN-1041?focusedCommentId=13868621&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13868621. > It's failing randomly on trunk on my local box too -- This message was sent by Atlassian JIRA (v6.2#6252)