[
https://issues.apache.org/jira/browse/HADOOP-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558897#action_12558897
]
Hadoop QA commented on HADOOP-2601:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12373116/TestThrghputBenchZeroPort.patch
against trunk revision r611970.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new compiler warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests -1. The patch failed contrib unit tests.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1589/testReport/
Findbugs warnings:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1589/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1589/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1589/console
This message is automatically generated.
> TestNNThroughput should not use a fixed namenode port
> -----------------------------------------------------
>
> Key: HADOOP-2601
> URL: https://issues.apache.org/jira/browse/HADOOP-2601
> Project: Hadoop
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.15.2
> Reporter: Hairong Kuang
> Assignee: Konstantin Shvachko
> Fix For: 0.16.0
>
> Attachments: TestThrghputBenchZeroPort.patch
>
>
> TestNNThroughput failed with the following error:
> Address already in use
> java.net.BindException: Address already in use
> at java.net.PlainSocketImpl.socketBind(Native Method)
> at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
> at java.net.ServerSocket.bind(ServerSocket.java:319)
> at java.net.ServerSocket.<init>(ServerSocket.java:185)
> at
> org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:391)
> at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477)
> at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503)
> at org.mortbay.http.SocketListener.start(SocketListener.java:203)
> at org.mortbay.http.HttpServer.doStart(HttpServer.java:761)
> at org.mortbay.util.Container.start(Container.java:72)
> at
> org.apache.hadoop.mapred.StatusHttpServer.start(StatusHttpServer.java:182)
> at
> org.apache.hadoop.dfs.FSNamesystem.initialize(FSNamesystem.java:273)
> at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:223)
> at org.apache.hadoop.dfs.NameNode.initialize(NameNode.java:129)
> at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:174)
> at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:160)
> at org.apache.hadoop.dfs.NameNode.createNameNode(NameNode.java:849)
> at
> org.apache.hadoop.dfs.NNThroughputBenchmark.<init>(NNThroughputBenchmark.java:57)
> at
> org.apache.hadoop.dfs.NNThroughputBenchmark.runBenchmark(NNThroughputBenchmark.java:752)
> at
> org.apache.hadoop.dfs.TestNNThroughputBenchmark.testNNThroughput(TestNNThroughputBenchmark.java:15)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.