You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2015/12/02 19:37:10 UTC

[jira] [Created] (HBASE-14909) NPE testing for RIT

stack created HBASE-14909:
-----------------------------

             Summary: NPE testing for RIT
                 Key: HBASE-14909
                 URL: https://issues.apache.org/jira/browse/HBASE-14909
             Project: HBase
          Issue Type: Sub-task
          Components: test
            Reporter: stack


Master build just failed because TestMasterFailover failed with NPE testing for RIT:

{code}
java.lang.RuntimeException: java.lang.NullPointerException
	at org.apache.hadoop.hbase.HBaseTestingUtility$8.evaluate(HBaseTestingUtility.java:3770)
	at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:191)
	at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:143)
	at org.apache.hadoop.hbase.HBaseTestingUtility.waitFor(HBaseTestingUtility.java:3737)
	at org.apache.hadoop.hbase.HBaseTestingUtility.waitUntilNoRegionsInTransition(HBaseTestingUtility.java:3843)
	at org.apache.hadoop.hbase.master.TestMasterFailover.testMetaInTransitionWhenMasterFailover(TestMasterFailover.java:347)
{code}

Small fix



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)