[
https://issues.apache.org/jira/browse/HBASE-11136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995333#comment-13995333
]
Jerry He commented on HBASE-11136:
----------------------------------
There is no use for postRollWALWriter() now.
Is it customary to have both pre and post in there?
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] HBase ............................................. SUCCESS [ 1.712 s]
[INFO] HBase - Common .................................... SUCCESS [ 25.713 s]
[INFO] HBase - Protocol .................................. SUCCESS [ 0.265 s]
[INFO] HBase - Client .................................... SUCCESS [ 36.078 s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [ 6.542 s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [ 1.359 s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [ 3.470 s]
[INFO] HBase - Server .................................... SUCCESS [43:07 min]
[INFO] HBase - Testing Util .............................. SUCCESS [ 1.276 s]
[INFO] HBase - Thrift .................................... SUCCESS [01:45 min]
[INFO] HBase - Shell ..................................... SUCCESS [ 1.054 s]
[INFO] HBase - Integration Tests ......................... SUCCESS [ 1.267 s]
[INFO] HBase - Examples .................................. SUCCESS [ 1.064 s]
[INFO] HBase - Assembly .................................. SUCCESS [ 0.916 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
{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: 0.99.0
>
> Attachments: HBASE-11136-trunk-v1.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.2#6252)