[ https://issues.apache.org/jira/browse/HADOOP-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485593 ]
Hadoop QA commented on HADOOP-1164: ----------------------------------- Integrated in Hadoop-Nightly #42 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/42/) > 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.