You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/03/27 23:48:32 UTC

[jira] Commented: (HADOOP-1164) TestReplicationPolicy doesn't use port 0 for the NameNode

    [ https://issues.apache.org/jira/browse/HADOOP-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484608 ] 

Hadoop QA commented on HADOOP-1164:
-----------------------------------

+1, because http://issues.apache.org/jira/secure/attachment/12354353/h1164.patch applied and successfully tested against trunk revision http://svn.apache.org/repos/asf/lucene/hadoop/trunk/523072. Results are at http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch

> TestReplicationPolicy doesn't use port 0 for the NameNode
> ---------------------------------------------------------
>
>                 Key: HADOOP-1164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1164
>             Project: Hadoop
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.12.3
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.13.0
>
>         Attachments: h1164.patch
>
>
> The TestReplicationPolicy test doesn't use mini-dfs and specifies a fixed port, so it can crash with address in use:
> java.net.BindException: Address already in use
>         at sun.nio.ch.Net.bind(Native Method)
>         at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
>         at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
>         at org.apache.hadoop.ipc.Server$Listener.<init>(Server.java:184)
>         at org.apache.hadoop.ipc.Server.<init>(Server.java:622)
>         at org.apache.hadoop.ipc.RPC$Server.<init>(RPC.java:323)
>         at org.apache.hadoop.ipc.RPC.getServer(RPC.java:293)
>         at org.apache.hadoop.dfs.NameNode.init(NameNode.java:181)
>         at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:207)
>         at org.apache.hadoop.dfs.TestReplicationPolicy.<clinit>(TestReplicationPolicy.java:36)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.