[
https://issues.apache.org/jira/browse/HBASE-11757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101749#comment-14101749
]
Hudson commented on HBASE-11757:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5408 (See
[https://builds.apache.org/job/HBase-TRUNK/5408/])
HBASE-11757 Provide a common base abstract class for both RegionObserver and
MasterObserver (matteo.bertozzi: rev c45a8832d2ae8d4354d6f0d87a7874d87fb7ebe9)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseMasterAndRegionObserver.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
> Provide a common base abstract class for both RegionObserver and
> MasterObserver
> -------------------------------------------------------------------------------
>
> Key: HBASE-11757
> URL: https://issues.apache.org/jira/browse/HBASE-11757
> Project: HBase
> Issue Type: Improvement
> Reporter: Andrew Purtell
> Assignee: Matteo Bertozzi
> Fix For: 1.0.0, 2.0.0, 0.98.6
>
> Attachments: HBASE-11757-0.98-v0.patch, HBASE-11757-v0.patch
>
>
> Some security coprocessors extend both RegionObserver and MasterObserver,
> unfortunately only one of the two can use the available base abstract class
> implementations. Provide a common base abstract class for both the
> RegionObserver and MasterObserver interfaces. Update current coprocessors
> that extend both interfaces to use the new common base abstract class.
--
This message was sent by Atlassian JIRA
(v6.2#6252)