Michael Stack created HBASE-24294:
-------------------------------------
Summary: [Flakey Tests] TestThriftHttpServer BindException
Key: HBASE-24294
URL: https://issues.apache.org/jira/browse/HBASE-24294
Project: HBase
Issue Type: Bug
Reporter: Michael Stack
Came across this last night:
{code}
Expected: (an instance of org.apache.thrift.transport.TTransportException and
exception with message a string containing "HTTP Response code: 431")
but: an instance of org.apache.thrift.transport.TTransportException
<java.lang.Exception: java.net.BindException: Address already in use> is a
java.lang.Exception
Stacktrace was: java.lang.Exception: java.net.BindException: Address already in
use
at
org.apache.hadoop.hbase.thrift.TestThriftHttpServer.stopHttpServerThread(TestThriftHttpServer.java:253)
at
org.apache.hadoop.hbase.thrift.TestThriftHttpServer.runThriftServer(TestThriftHttpServer.java:183)
at
org.apache.hadoop.hbase.thrift.TestThriftHttpServer.testRunThriftServerWithHeaderBufferLength(TestThriftHttpServer.java:147)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)