Michael Stack created HBASE-24107:
-------------------------------------
Summary: [Flakey Test] TestThriftServerCmdLine.testRunThriftServer
NPEs if InfoServer port clash
Key: HBASE-24107
URL: https://issues.apache.org/jira/browse/HBASE-24107
Project: HBase
Issue Type: Bug
Components: flakies
Reporter: Michael Stack
Push yesterday, HBASE-24100 [Flakey Tests] Add test to check we work properly
when port clash setting up thriftserver, fixed the thrift protocol clash on
ports. Today I ran into a clash where the info put up by thrift clashes. It
looks like this. This issue adds tests where info port clashes.
{code}
-------------------------------------------------------------------------------
Test set: org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine
-------------------------------------------------------------------------------
Tests run: 32, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 81.368 s <<<
FAILURE! - in org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine
org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine.testRunThriftServer[9]
Time elapsed: 10.161 s <<< ERROR!
java.lang.NullPointerException
at
org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine.createBoundServer(TestThriftServerCmdLine.java:251)
at
org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine.createBoundServer(TestThriftServerCmdLine.java:178)
at
org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine.testRunThriftServer(TestThriftServerCmdLine.java:258)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)