You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/04/03 03:33:00 UTC

[jira] [Resolved] (HBASE-24107) [Flakey Test] TestThriftServerCmdLine.testRunThriftServer NPEs if InfoServer port clash

     [ https://issues.apache.org/jira/browse/HBASE-24107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-24107.
-----------------------------------
    Fix Version/s: 2.3.0
                   3.0.0
         Assignee: Michael Stack
       Resolution: Fixed

Pushed test addition to branch-2.3+

> [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
>            Assignee: Michael Stack
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0
>
>         Attachments: 0001-HBASE-24107-Flakey-Test-TestThriftServerCmdLine.test.patch
>
>
> 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)