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 6E17F18C5F for ; Thu, 23 Jul 2015 08:04:58 +0000 (UTC) Received: (qmail 95101 invoked by uid 500); 23 Jul 2015 07:58:04 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 95045 invoked by uid 500); 23 Jul 2015 07:58:04 -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 95030 invoked by uid 99); 23 Jul 2015 07:58:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 07:58:04 +0000 Date: Thu, 23 Jul 2015 07:58:04 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8812) TestDistributedFileSystem#testDFSClientPeerWriteTimeout fails 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/HDFS-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638420#comment-14638420 ] Akira AJISAKA commented on HDFS-8812: ------------------------------------- Thanks [~xyao] and [~brahmareddy] for the comment. I'll close this issue. > TestDistributedFileSystem#testDFSClientPeerWriteTimeout fails > ------------------------------------------------------------- > > Key: HDFS-8812 > URL: https://issues.apache.org/jira/browse/HDFS-8812 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Affects Versions: 2.8.0 > Reporter: Akira AJISAKA > Assignee: Akira AJISAKA > Attachments: HDFS-8812.001.patch > > > TestDistributedFileSystem#testDFSClientPeerWriteTimeout fails. > {noformat} > Running org.apache.hadoop.hdfs.TestDistributedFileSystem > Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 50.038 sec <<< FAILURE! - in org.apache.hadoop.hdfs.TestDistributedFileSystem > testDFSClientPeerWriteTimeout(org.apache.hadoop.hdfs.TestDistributedFileSystem) Time elapsed: 0.66 sec <<< FAILURE! > java.lang.AssertionError: wrong exception:java.lang.AssertionError: write should timeout > at org.junit.Assert.fail(Assert.java:88) > at org.apache.hadoop.hdfs.TestDistributedFileSystem.testDFSClientPeerWriteTimeout(TestDistributedFileSystem.java:1206) > {noformat} > See https://builds.apache.org/job/PreCommit-HDFS-Build/11783/testReport/org.apache.hadoop.hdfs/TestDistributedFileSystem/testDFSClientPeerWriteTimeout/ and https://builds.apache.org/job/PreCommit-HDFS-Build/11786/testReport/org.apache.hadoop.hdfs/TestDistributedFileSystem/testDFSClientPeerWriteTimeout/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)