Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 10DA1200BB1 for ; Thu, 3 Nov 2016 22:14:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0F9AD160AE5; Thu, 3 Nov 2016 21:14:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 61613160B0B for ; Thu, 3 Nov 2016 22:14:00 +0100 (CET) Received: (qmail 2351 invoked by uid 500); 3 Nov 2016 21:13:59 -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 2285 invoked by uid 99); 3 Nov 2016 21:13:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2016 21:13:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 40BF72C1F54 for ; Thu, 3 Nov 2016 21:13:59 +0000 (UTC) Date: Thu, 3 Nov 2016 21:13:59 +0000 (UTC) From: "Josh Elser (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16996) Implement storage/retrieval of filesystem-use quotas into quota table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 03 Nov 2016 21:14:01 -0000 [ https://issues.apache.org/jira/browse/HBASE-16996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-16996: ------------------------------- Attachment: HBASE-16996.001.patch .001 Some basic CRUD operations on hbase:quota via the public API and unit tests. > Implement storage/retrieval of filesystem-use quotas into quota table > --------------------------------------------------------------------- > > Key: HBASE-16996 > URL: https://issues.apache.org/jira/browse/HBASE-16996 > Project: HBase > Issue Type: Sub-task > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 2.0.0 > > Attachments: HBASE-16996.001.patch > > > Provide read/write API for accessing the new filesystem-usage quotas in the existing {{hbase:quota}} table. > Make sure that both the client can read quotas the quotas in the table as well as the Master can perform the necessary update/delete actions per the quota RPCs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)