You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2013/12/27 20:30:50 UTC

[jira] [Created] (HBASE-10250) [0.94] TestHLog fails occasionally

Lars Hofhansl created HBASE-10250:
-------------------------------------

             Summary: [0.94] TestHLog fails occasionally
                 Key: HBASE-10250
                 URL: https://issues.apache.org/jira/browse/HBASE-10250
             Project: HBase
          Issue Type: Bug
            Reporter: Lars Hofhansl
            Assignee: Lars Hofhansl
             Fix For: 0.94.16


Looks like this was fixed in 0.96+, but not in 0.94.
{code}
Stacktrace

java.net.BindException: Problem binding to localhost/127.0.0.1:55667 : Address already in use
	at org.apache.hadoop.ipc.Server.bind(Server.java:227)
	at org.apache.hadoop.ipc.Server$Listener.<init>(Server.java:301)
	at org.apache.hadoop.ipc.Server.<init>(Server.java:1483)
	at org.apache.hadoop.ipc.RPC$Server.<init>(RPC.java:545)
	at org.apache.hadoop.ipc.RPC.getServer(RPC.java:506)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:294)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:496)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1279)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:277)
	at org.apache.hadoop.hbase.regionserver.wal.TestHLog.testAppendClose(TestHLog.java:439)
{code}

That causes all other tests to fail, since the fs is closed.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)