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 15ACE9F67 for ; Fri, 31 Aug 2012 03:55:15 +0000 (UTC) Received: (qmail 15837 invoked by uid 500); 31 Aug 2012 03:55:15 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 15787 invoked by uid 500); 31 Aug 2012 03:55:15 -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 15776 invoked by uid 99); 31 Aug 2012 03:55:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 03:55:15 +0000 Date: Fri, 31 Aug 2012 14:55:15 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <56699984.20300.1346385315481.JavaMail.jiratomcat@arcas> In-Reply-To: <571566976.42824.1340342142590.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6257) Avoid unnecessary flush & compact on Meta in admin.rb. 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-6257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445616#comment-13445616 ] Hudson commented on HBASE-6257: ------------------------------- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #155 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/155/]) HBASE-6257 Avoid unnecessary flush & compact on Meta in admin.rb (Revision 1379220) Result = FAILURE stack : Files : * /hbase/trunk/hbase-server/src/main/ruby/hbase/admin.rb > Avoid unnecessary flush & compact on Meta in admin.rb. > ------------------------------------------------------ > > Key: HBASE-6257 > URL: https://issues.apache.org/jira/browse/HBASE-6257 > Project: HBase > Issue Type: Sub-task > Components: security, shell > Affects Versions: 0.94.0, 0.96.0, 0.94.1 > Reporter: Laxman > Assignee: Laxman > Labels: security > Fix For: 0.92.2, 0.94.2 > > Attachments: HBASE-6257.patch > > > Discussed on dev list. > When we drop a table or a group of tables via shell it flushes and triggers major compaction on .META. > drop requires a 'C' on table > flush & compact requires 'A' on meta table > So, drop will fail even if a user has sufficient permissions. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira