Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 58AA410096 for ; Fri, 21 Feb 2014 08:00:28 +0000 (UTC) Received: (qmail 86200 invoked by uid 500); 21 Feb 2014 08:00:27 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 86156 invoked by uid 500); 21 Feb 2014 08:00:26 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 86128 invoked by uid 99); 21 Feb 2014 08:00:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 08:00:25 +0000 Date: Fri, 21 Feb 2014 08:00:25 +0000 (UTC) From: "Yongjun Zhang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-5993) org.apache.hadoop.fs.loadGenerator.TestLoadGenerator failure in trunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-5993?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13908= 077#comment-13908077 ]=20 Yongjun Zhang commented on HDFS-5993: ------------------------------------- Hi [~cnauroth] and [~wheat9], FYI, I found that the following commit introduced the problem I reported in= this bug.=20 Author: Chris Nauroth 2014-02-20 10:58:10 Committer: Chris Nauroth 2014-02-20 10:58:10 Parent: b064cefdc1154dfa335c538654f1d5e287cc0cbc (Move HDFS-5768 and HDFS-5= 775 to Section 2.4.0 in CHANGES.txt) Child: d926e51bdc27f08e916534567a1edcfd994e2784 (YARN-1736. FS: AppSchedul= able.assignContainer's priority argument is redundant. (Naren Koneru via ka= sha)) Child: 0000000000000000000000000000000000000000 (Local uncommitted changes= , not checked in to index) Branches: hdfs5939rb, nrb, remotes/apache/trunk, testv3, tt2, tttt Follows: testv12 Precedes:=20 HADOOP-10328. loadGenerator exit code is not reliable. Contributed by H= aohui Mai. =20 git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@157030= 4 13f79535-47bb-0310-9956-ffa450edef68 Thanks. > org.apache.hadoop.fs.loadGenerator.TestLoadGenerator failure in trunk > --------------------------------------------------------------------- > > Key: HDFS-5993 > URL: https://issues.apache.org/jira/browse/HDFS-5993 > Project: Hadoop HDFS > Issue Type: Bug > Environment: CentOS release 6.5 (Final) > cpe:/o:centos:linux:6:GA > Reporter: Yongjun Zhang > > With today's latest trunk at > commit d926e51bdc27f08e916534567a1edcfd994e2784 > When running it locally, I can consistently see the following test fails = as: > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.hadoop.fs.loadGenerator.TestLoadGenerator > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.888 se= c <<< FAILURE! - in org.apache.hadoop.fs.loadGenerator.TestLoadGenerator > testLoadGenerator(org.apache.hadoop.fs.loadGenerator.TestLoadGenerator) = Time elapsed: 14.285 sec <<< ERROR! > java.io.IOException: Stream closed > at java.io.BufferedReader.ensureOpen(BufferedReader.java:115) > at java.io.BufferedReader.readLine(BufferedReader.java:310) > at java.io.BufferedReader.readLine(BufferedReader.java:382) > at org.apache.hadoop.fs.loadGenerator.LoadGenerator.loadScriptFil= e(LoadGenerator.java:511) > at org.apache.hadoop.fs.loadGenerator.LoadGenerator.init(LoadGene= rator.java:418) > at org.apache.hadoop.fs.loadGenerator.LoadGenerator.run(LoadGener= ator.java:324) > at org.apache.hadoop.fs.loadGenerator.TestLoadGenerator.testLoadG= enerator(TestLoadGenerator.java:231) > Results : > Tests in error: > TestLoadGenerator.testLoadGenerator:231 =C2=BB IO Stream closed > This failure is also reported in one upstream test for HDFS-5939 patch. > (I can see the same problem locally without applying this patch). -- This message was sent by Atlassian JIRA (v6.1.5#6160)