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 DDF6918BBA for ; Thu, 18 Feb 2016 00:32:21 +0000 (UTC) Received: (qmail 59595 invoked by uid 500); 18 Feb 2016 00:32:18 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 59547 invoked by uid 500); 18 Feb 2016 00:32:18 -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 59521 invoked by uid 99); 18 Feb 2016 00:32:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2016 00:32:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 519A92C1F57 for ; Thu, 18 Feb 2016 00:32:18 +0000 (UTC) Date: Thu, 18 Feb 2016 00:32:18 +0000 (UTC) From: "Vinod Kumar Vavilapalli (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (YARN-4168) Test TestLogAggregationService.testLocalFileDeletionOnDiskFull failing 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-4168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli reopened YARN-4168: ------------------------------------------- Assignee: Takashi Ohnishi Thinking more, I'll close YARN-1978 as a dup of this as this patch is much closer to the final solution. [~bwtakacy], can you also do the following? - To my comment, I don't see why delSvrc should even be stopped - which was causing the tasks to get cancelled. I think we should simply remove the delSvrc.stop() call in verifyLocalFileDeletion() together with the existence checks you already added. - Can you fix the formatting in the patch? The indentation is not consistent in the new code. > Test TestLogAggregationService.testLocalFileDeletionOnDiskFull failing > ---------------------------------------------------------------------- > > Key: YARN-4168 > URL: https://issues.apache.org/jira/browse/YARN-4168 > Project: Hadoop YARN > Issue Type: Sub-task > Components: test > Affects Versions: 3.0.0 > Environment: Jenkins > Reporter: Steve Loughran > Assignee: Takashi Ohnishi > Priority: Critical > Attachments: YARN-4168.1.patch > > > {{TestLogAggregationService.testLocalFileDeletionOnDiskFull}} failing on [Jenkins build 1136|https://builds.apache.org/view/H-L/view/Hadoop/job/Hadoop-Yarn-trunk/1136/testReport/junit/org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation/TestLogAggregationService/testLocalFileDeletionOnDiskFull/] > {code} > {noformat} > java.lang.AssertionError: null > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertFalse(Assert.java:64) > at org.junit.Assert.assertFalse(Assert.java:74) > at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.verifyLocalFileDeletion(TestLogAggregationService.java:229) > at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLocalFileDeletionOnDiskFull(TestLogAggregationService.java:285) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)