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 "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2009/12/10 20:56:18 UTC

[jira] Resolved: (HADOOP-6428) HttpServer sleeps with negative values

     [ https://issues.apache.org/jira/browse/HADOOP-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik resolved HADOOP-6428.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.22.0
                   0.21.0
                   0.20.2

I've just committed this

> 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.