You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/09/30 17:53:00 UTC

[jira] [Created] (HBASE-18916) TestThriftHttpServer failing in nightly for branch-1

Sean Busbey created HBASE-18916:
-----------------------------------

             Summary: TestThriftHttpServer failing in nightly for branch-1
                 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
(v6.4.14#64029)