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 3128F10A5C for ; Wed, 18 Dec 2013 03:34:22 +0000 (UTC) Received: (qmail 61557 invoked by uid 500); 18 Dec 2013 03:34:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 61399 invoked by uid 500); 18 Dec 2013 03:34:08 -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 61376 invoked by uid 99); 18 Dec 2013 03:34:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 03:34:07 +0000 Date: Wed, 18 Dec 2013 03:34:07 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10173) Need HFile version check in security coprocessors 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-10173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-10173: ----------------------------------- Attachment: HBASE-10173_partial.patch > Need HFile version check in security coprocessors > ------------------------------------------------- > > Key: HBASE-10173 > URL: https://issues.apache.org/jira/browse/HBASE-10173 > Project: HBase > Issue Type: Improvement > Components: security > Affects Versions: 0.98.0, 0.99.0 > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Priority: Critical > Fix For: 0.98.0, 0.99.0 > > Attachments: HBASE-10173_partial.patch > > > Cell level visibility labels are stored as cell tags. So HFile V3 is the minimum version which can support this feature. Better to have a version check in VisibilityController. Some one using this CP but with any HFile version as V2, we can better throw error. -- This message was sent by Atlassian JIRA (v6.1.4#6159)