[
https://issues.apache.org/jira/browse/HBASE-19400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16380946#comment-16380946
]
Appy commented on HBASE-19400:
------------------------------
Tried running tests locally:
- TestSecureLoadIncrementalHFiles: Passed locally, took a lot of time locally,
so maybe just timed out on apache infra.
{noformat}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 486.476 s - in
org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles
Results:
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
{noformat}
- TestPerColumnFamilyFlush: Passed locally.
- TestGlobalThrottler fails on current branch-1 too, so i'll ignore it for now.
{noformat}
Running org.apache.hadoop.hbase.replication.regionserver.TestGlobalThrottler
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 210.35
s <<< FAILURE! - in
org.apache.hadoop.hbase.replication.regionserver.TestGlobalThrottler
[ERROR]
testQuota(org.apache.hadoop.hbase.replication.regionserver.TestGlobalThrottler)
Time elapsed: 184.975 s <<< FAILURE!
java.lang.AssertionError
at
org.apache.hadoop.hbase.replication.regionserver.TestGlobalThrottler.testQuota(TestGlobalThrottler.java:175)
{noformat}
Committing to branch-1.
> Add missing security checks in MasterRpcServices
> ------------------------------------------------
>
> 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
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-19400.branch-1.001.patch,
> HBASE-19400.master.001.patch, HBASE-19400.master.002.patch,
> HBASE-19400.master.003.patch, HBASE-19400.master.004.patch,
> HBASE-19400.master.004.patch, HBASE-19400.master.005.patch,
> HBASE-19400.master.006.patch, HBASE-19400.master.007.patch,
> HBASE-19400.master.007.patch
>
>
> The following RPC methods in MasterRpcServices do not have ACL check for
> ADMIN rights.
> - normalize
> - setNormalizerRunning
> - runCatalogScan
> - enableCatalogJanitor
> - runCleanerChore
> - setCleanerChoreRunning
> - execMasterService
> - execProcedure
> - execProcedureWithRet
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)