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 22B7A200B0F for ; Thu, 2 Jun 2016 15:13:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 21488160A3F; Thu, 2 Jun 2016 13:13:01 +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 6AD4E160A16 for ; Thu, 2 Jun 2016 15:13:00 +0200 (CEST) Received: (qmail 30593 invoked by uid 500); 2 Jun 2016 13:12:59 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 30571 invoked by uid 99); 2 Jun 2016 13:12:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 13:12:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4EF3D2C1F5C for ; Thu, 2 Jun 2016 13:12:59 +0000 (UTC) Date: Thu, 2 Jun 2016 13:12:59 +0000 (UTC) From: "Masatake Iwasaki (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-10367) TestDFSShell.testMoveWithTargetPortEmpty fails with Address bind exception. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Jun 2016 13:13:01 -0000 [ https://issues.apache.org/jira/browse/HDFS-10367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki updated HDFS-10367: ------------------------------------ Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.8.0 Status: Resolved (was: Patch Available) Committed. Thanks, [~brahmareddy]. > TestDFSShell.testMoveWithTargetPortEmpty fails with Address bind exception. > --------------------------------------------------------------------------- > > Key: HDFS-10367 > URL: https://issues.apache.org/jira/browse/HDFS-10367 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Reporter: Brahma Reddy Battula > Assignee: Brahma Reddy Battula > Fix For: 2.8.0 > > Attachments: HDFS-10367-002.patch, HDFS-10367-003.patch, HDFS-10367-004.patch, HDFS-10367-005.patch, HDFS-10367.005.patch, HDFS-10367.patch > > > {noformat} > Problem binding to [localhost:9820] java.net.BindException: Address already in use; For more details see: http://wiki.apache.org/hadoop/BindException > Stack Trace: > java.net.BindException: Problem binding to [localhost:9820] java.net.BindException: Address already in use; For more details see: http://wiki.apache.org/hadoop/BindException > at sun.nio.ch.Net.bind0(Native Method) > at sun.nio.ch.Net.bind(Net.java:444) > at sun.nio.ch.Net.bind(Net.java:436) > at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214) > at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) > at org.apache.hadoop.ipc.Server.bind(Server.java:530) > at org.apache.hadoop.ipc.Server$Listener.(Server.java:793) > at org.apache.hadoop.ipc.Server.(Server.java:2592) > at org.apache.hadoop.ipc.RPC$Server.(RPC.java:958) > at org.apache.hadoop.ipc.ProtobufRpcEngine$Server.(ProtobufRpcEngine.java:563) > at org.apache.hadoop.ipc.ProtobufRpcEngine.getServer(ProtobufRpcEngine.java:538) > at org.apache.hadoop.ipc.RPC$Builder.build(RPC.java:800) > at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.(NameNodeRpcServer.java:426) > at org.apache.hadoop.hdfs.server.namenode.NameNode.createRpcServer(NameNode.java:783) > at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:710) > at org.apache.hadoop.hdfs.server.namenode.NameNode.(NameNode.java:924) > at org.apache.hadoop.hdfs.server.namenode.NameNode.(NameNode.java:903) > at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1620) > at org.apache.hadoop.hdfs.MiniDFSCluster.createNameNode(MiniDFSCluster.java:1247) > at org.apache.hadoop.hdfs.MiniDFSCluster.configureNameService(MiniDFSCluster.java:1016) > at org.apache.hadoop.hdfs.MiniDFSCluster.createNameNodesAndSetConf(MiniDFSCluster.java:891) > at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:823) > at org.apache.hadoop.hdfs.MiniDFSCluster.(MiniDFSCluster.java:482) > at org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:441) > at org.apache.hadoop.hdfs.TestDFSShell.testMoveWithTargetPortEmpty(TestDFSShell.java:567) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org