stack created HBASE-14435:
-----------------------------
Summary: thrift tests don't have test-specific hbase-site.xml so
'BindException: Address already in use' because info port is not turned off
Key: HBASE-14435
URL: https://issues.apache.org/jira/browse/HBASE-14435
Project: HBase
Issue Type: Sub-task
Reporter: stack
Running on my test rig:
{code}
<testcase
name="org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandlerWithLabels"
classname="org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandlerWithLabels"
time="0.006">
<error message="Shutting down"
type="java.io.IOException"><![CDATA[java.io.IOException: Shutting down
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:444)
at sun.nio.ch.Net.bind(Net.java:436)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
....
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)