Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10250

[0.94] TestHLog fails occasionally

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.94.16
    • None
    • None

    Description

      Looks like this was fixed in 0.96+, but not in 0.94.

      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)
      

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

      Attachments

        1. 10250.txt
          1 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            larsh Lars Hofhansl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: