[
https://issues.apache.org/jira/browse/HBASE-19400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16366679#comment-16366679
]
Appy commented on HBASE-19400:
------------------------------
Updated the patch with tests. Ptal [~stack].
TestAccessController failed with following locally, will take a look tomorrow:
{noformat}
[ERROR] Tests run: 70, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 96.359
s <<< FAILURE! - in org.apache.hadoop.hbase.security.access.TestAccessController
[ERROR] org.apache.hadoop.hbase.security.access.TestAccessController Time
elapsed: 2.844 s <<< FAILURE!
java.lang.AssertionError: Unexpected reference count: 3
at
org.apache.hadoop.hbase.security.access.TestAccessController.tearDownAfterClass(TestAccessController.java:266)
{noformat}
> Add missing security hooks for MasterService RPCs
> -------------------------------------------------
>
> Key: HBASE-19400
> URL: https://issues.apache.org/jira/browse/HBASE-19400
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 2.0.0-beta-1
> Reporter: Balazs Meszaros
> Assignee: Appy
> Priority: Major
> Attachments: HBASE-19400.master.001.patch,
> HBASE-19400.master.002.patch, HBASE-19400.master.003.patch,
> HBASE-19400.master.004.patch
>
>
> The following RPC methods do not call the observers, therefore they are not
> guarded by AccessController:
> - normalize
> - setNormalizerRunning
> - runCatalogScan
> - enableCatalogJanitor
> - runCleanerChore
> - setCleanerChoreRunning
> - execMasterService
> - execProcedure
> - execProcedureWithRet
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)