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 3AA43200B59 for ; Mon, 8 Aug 2016 13:46:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 39351160AB3; Mon, 8 Aug 2016 11:46:22 +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 A6228160A8F for ; Mon, 8 Aug 2016 13:46:21 +0200 (CEST) Received: (qmail 70629 invoked by uid 500); 8 Aug 2016 11:46:20 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 70608 invoked by uid 99); 8 Aug 2016 11:46:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 11:46:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6B0AB2C0033 for ; Mon, 8 Aug 2016 11:46:20 +0000 (UTC) Date: Mon, 8 Aug 2016 11:46:20 +0000 (UTC) From: "Yiqun Lin (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-10730) Fix some failed tests due to BindException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 11:46:22 -0000 Yiqun Lin created HDFS-10730: -------------------------------- Summary: Fix some failed tests due to BindException Key: HDFS-10730 URL: https://issues.apache.org/jira/browse/HDFS-10730 Project: Hadoop HDFS Issue Type: Bug Reporter: Yiqun Lin Assignee: Yiqun Lin In HDFS-10723, suggested that {quote} it is not a good idea to hard-core or reuse the same port number in unit tests. Because the jenkins slave can run multiple jobs at the same time. {quote} So I collected some tests which failed by this reason in recent jenkin buildings. Finally I found these two failed test {{TestFileChecksum.testStripedFileChecksumWithMissedDataBlocks1}}(https://builds.apache.org/job/PreCommit-HDFS-Build/16301/testReport/) and {{TestDecommissionWithStriped.testDecommissionWithURBlockForSameBlockGroup}}(https://builds.apache.org/job/PreCommit-HDFS-Build/16257/testReport/). We can make a change to update the param value for {{keepPort}} from {code} cluster.restartDataNode(dnp, true); {code} to {code} cluster.restartDataNode(dnp, false); {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org