[
https://issues.apache.org/jira/browse/HADOOP-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Chansler updated HADOOP-6428:
------------------------------------
Release Note: Corrected arithmetic error that made sleep times less than
zero. (was: Arithmetic error made sleep times less than zero.)
> HttpServer sleeps with negative values
> --------------------------------------
>
> Key: HADOOP-6428
> URL: https://issues.apache.org/jira/browse/HADOOP-6428
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Konstantin Boudnik
> Fix For: 0.20.2, 0.21.0, 0.22.0
>
> Attachments: HADOOP-6428.0.20.patch, HADOOP-6428.0.20.patch,
> HADOOP-6428.patch
>
>
> In [this test
> report|http://hudson.zones.apache.org/hudson/job/Hdfs-Patch-h2.grid.sp2.yahoo.net/82/testReport/org.apache.hadoop.hdfs/TestSmallBlock/testSmallBlockSimulatedStorage/]
> {noformat}
> java.io.IOException: Problem starting http server
> at org.apache.hadoop.http.HttpServer.start(HttpServer.java:521)
> at
> org.apache.hadoop.hdfs.server.namenode.NameNode.startHttpServer(NameNode.java:369)
> at
> org.apache.hadoop.hdfs.server.namenode.NameNode.activate(NameNode.java:315)
> at
> org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:306)
> at
> org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:412)
> at
> org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:406)
> at
> org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1235)
> at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:287)
> at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:131)
> at
> org.apache.hadoop.hdfs.TestSmallBlock.testSmallBlock(TestSmallBlock.java:98)
> at
> org.apache.hadoop.hdfs.TestSmallBlock.testSmallBlockSimulatedStorage(TestSmallBlock.java:112)
> Caused by: java.lang.IllegalArgumentException: timeout value is negative
> at java.lang.Thread.sleep(Native Method)
> at org.apache.hadoop.http.HttpServer.start(HttpServer.java:484)
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.