[
https://issues.apache.org/jira/browse/HBASE-12553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240718#comment-14240718
]
Hudson commented on HBASE-12553:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5901 (See
[https://builds.apache.org/job/HBase-TRUNK/5901/])
HBASE-12553 request value is not consistent for restoreSnapshot in audit logs
(Ashish) (tedyu: rev 9b808155e3ab6968db93fc9543d9f16f7d7ab54c)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
> request value is not consistent for restoreSnapshot in audit logs
> -----------------------------------------------------------------
>
> Key: HBASE-12553
> URL: https://issues.apache.org/jira/browse/HBASE-12553
> Project: HBase
> Issue Type: Bug
> Components: security
> Affects Versions: 2.0.0
> Reporter: Ashish Singhi
> Assignee: Ashish Singhi
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-12553.patch
>
>
> {code}
> requirePermission("restoreSnapshot", hTableDescriptor.getTableName(),
> null, null,
> Permission.Action.ADMIN);
> } else {
> requirePermission("restore", Action.ADMIN);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)