You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Peter Somogyi (Jira)" <ji...@apache.org> on 2019/10/05 16:03:00 UTC

[jira] [Resolved] (HBASE-18916) TestThriftHttpServer failing in nightly for branch-1 and branch-1.3

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

Peter Somogyi resolved HBASE-18916.
-----------------------------------
    Resolution: Cannot Reproduce

> TestThriftHttpServer failing in nightly for branch-1 and branch-1.3
> -------------------------------------------------------------------
>
>                 Key: HBASE-18916
>                 URL: https://issues.apache.org/jira/browse/HBASE-18916
>             Project: HBase
>          Issue Type: Bug
>          Components: test, Thrift
>    Affects Versions: 1.5.0
>            Reporter: Sean Busbey
>            Priority: Critical
>
> Nightly for branch-1 is showing failures for TestThriftHttpServer on jdk7.
> https://builds.apache.org/job/HBase%20Nightly/job/branch-1/73/
> https://builds.apache.org/job/HBase%20Nightly/job/branch-1/73/artifact/output-jdk7/patch-unit-root.txt
> {code}
> Running org.apache.hadoop.hbase.thrift.TestThriftHttpServer
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 20.782 sec <<< FAILURE! - in org.apache.hadoop.hbase.thrift.TestThriftHttpServer
> testRunThriftServer(org.apache.hadoop.hbase.thrift.TestThriftHttpServer)  Time elapsed: 10.082 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.hadoop.hbase.util.JvmPauseMonitor.stop(JvmPauseMonitor.java:93)
> 	at org.apache.hadoop.hbase.thrift.ThriftServerRunner.shutdown(ThriftServerRunner.java:378)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer.stop(ThriftServer.java:221)
> 	at org.apache.hadoop.hbase.thrift.TestThriftHttpServer.stopHttpServerThread(TestThriftHttpServer.java:195)
> 	at org.apache.hadoop.hbase.thrift.TestThriftHttpServer.runThriftServer(TestThriftHttpServer.java:151)
> 	at org.apache.hadoop.hbase.thrift.TestThriftHttpServer.testRunThriftServer(TestThriftHttpServer.java:126)
> testRunThriftServerWithHeaderBufferLength(org.apache.hadoop.hbase.thrift.TestThriftHttpServer)  Time elapsed: 10.039 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.hadoop.hbase.util.JvmPauseMonitor.stop(JvmPauseMonitor.java:93)
> 	at org.apache.hadoop.hbase.thrift.ThriftServerRunner.shutdown(ThriftServerRunner.java:378)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer.stop(ThriftServer.java:221)
> 	at org.apache.hadoop.hbase.thrift.TestThriftHttpServer.stopHttpServerThread(TestThriftHttpServer.java:195)
> 	at org.apache.hadoop.hbase.thrift.TestThriftHttpServer.runThriftServer(TestThriftHttpServer.java:151)
> 	at org.apache.hadoop.hbase.thrift.TestThriftHttpServer.testRunThriftServerWithHeaderBufferLength(TestThriftHttpServer.java:113)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)