Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 778AB1152E for ; Sun, 14 Sep 2014 19:05:34 +0000 (UTC) Received: (qmail 89344 invoked by uid 500); 14 Sep 2014 19:05:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 89286 invoked by uid 500); 14 Sep 2014 19:05:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 89275 invoked by uid 99); 14 Sep 2014 19:05:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Sep 2014 19:05:34 +0000 Date: Sun, 14 Sep 2014 19:05:34 +0000 (UTC) From: "Jerry He (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11136) Add permission check to roll WAL writer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)