You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/04/27 00:26:13 UTC

[jira] [Created] (HBASE-15719) TestMasterCoprocessorExceptionWithAbort#testExceptionFromCoprocessorWhenCreatingTable fails due to premature master abortion

Ted Yu created HBASE-15719:
------------------------------

             Summary: TestMasterCoprocessorExceptionWithAbort#testExceptionFromCoprocessorWhenCreatingTable fails due to premature master abortion
                 Key: HBASE-15719
                 URL: https://issues.apache.org/jira/browse/HBASE-15719
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Assignee: Ted Yu
            Priority: Minor


In HBASE-7912 branch, I saw:
{code}
testExceptionFromCoprocessorWhenCreatingTable(org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort)  Time elapsed: 0.055 sec  <<< ERROR!
java.lang.NullPointerException: null
  at org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.testExceptionFromCoprocessorWhenCreatingTable(TestMasterCoprocessorExceptionWithAbort.java:163)
{code}
This was due to BuggyMasterObserver throwing NPE when hbase:backup was finishing creation, leading to premature master abortion.



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