You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2009/12/10 18:24:18 UTC

[jira] Updated: (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 updated HADOOP-6428:
---------------------------------------

    Attachment: HADOOP-6428.patch

That should do it.

What have you been running to get to this problem? This is a side effect of HDFS-771 and is extremely hard to reproduce.

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