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

2016-04-27 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-15719:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Thanks for the review.

> 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
>  Labels: backup
> Attachments: 15719.v1.patch, 15719.v2.patch
>
>
> 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)


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

2016-04-26 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-15719:
---
Attachment: 15719.v2.patch

Updated patch v2 without change for 15717

> 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
>  Labels: backup
> Attachments: 15719.v1.patch, 15719.v2.patch
>
>
> 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)


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

2016-04-26 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-15719:
---
Attachment: (was: 15719.v2.patch)

> 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
>  Labels: backup
> Attachments: 15719.v1.patch
>
>
> 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)


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

2016-04-26 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-15719:
---
Attachment: 15719.v2.patch

Patch v2 applies similar fix to TestMasterCoprocessorExceptionWithRemove

> 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
>  Labels: backup
> Attachments: 15719.v1.patch, 15719.v2.patch
>
>
> 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)


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

2016-04-26 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-15719:
---
Attachment: 15719.v1.patch

> 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
>  Labels: backup
> Attachments: 15719.v1.patch
>
>
> 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)


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

2016-04-26 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-15719:
---
Labels: backup  (was: )
Status: Patch Available  (was: Open)

> 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
>  Labels: backup
> Attachments: 15719.v1.patch
>
>
> 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)