[
https://issues.apache.org/jira/browse/HBASE-11136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14133347#comment-14133347
]
Jerry He commented on HBASE-11136:
----------------------------------
Hadoop QA is not triggered.
Here is my local 'mvn test' result:
{code}
[INFO] Reactor Summary:
[INFO]
[INFO] HBase ............................................. SUCCESS [ 1.744 s]
[INFO] HBase - Common .................................... SUCCESS [ 49.489 s]
[INFO] HBase - Protocol .................................. SUCCESS [ 0.072 s]
[INFO] HBase - Client .................................... SUCCESS [01:02 min]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [ 8.154 s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [ 6.011 s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [ 9.036 s]
[INFO] HBase - Server .................................... SUCCESS [57:31 min]
[INFO] HBase - Testing Util .............................. SUCCESS [ 1.121 s]
[INFO] HBase - Thrift .................................... SUCCESS [02:10 min]
[INFO] HBase - Shell ..................................... SUCCESS [ 1.567 s]
[INFO] HBase - Integration Tests ......................... SUCCESS [ 0.516 s]
[INFO] HBase - Examples .................................. SUCCESS [ 3.010 s]
[INFO] HBase - Assembly .................................. SUCCESS [ 1.052 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:02 h
[INFO] Finished at: 2014-09-14T11:50:46-08:00
{code}
> Add permission check to roll WAL writer
> ----------------------------------------
>
> Key: HBASE-11136
> URL: https://issues.apache.org/jira/browse/HBASE-11136
> Project: HBase
> Issue Type: Improvement
> Components: regionserver, security
> Affects Versions: 0.96.2, 0.98.2
> Reporter: Jerry He
> Assignee: Jerry He
> Priority: Minor
> Fix For: 2.0.0, 0.98.7, 0.99.1
>
> Attachments: HBASE-11136-trunk-v1.patch, HBASE-11136-trunk-v2.patch
>
>
> Currently HBase provides HBaseAdmin.rollHLogWriter() and shell command to
> roll WAL on a region server. But no permission check is done on this
> operation in a secure cluster.
> We need to add permission check to prevent un-authorized user from running
> this operation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)