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)