[
https://issues.apache.org/jira/browse/HBASE-11757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101647#comment-14101647
]
Hudson commented on HBASE-11757:
--------------------------------
FAILURE: Integrated in HBase-1.0 #109 (See
[https://builds.apache.org/job/HBase-1.0/109/])
HBASE-11757 Provide a common base abstract class for both RegionObserver and
MasterObserver (matteo.bertozzi: rev bf5eac49a92ea4dc663f18637ef8964eb56ffc8d)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseMasterAndRegionObserver.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)