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 1F29CE512 for ; Tue, 5 Feb 2013 20:01:14 +0000 (UTC) Received: (qmail 13080 invoked by uid 500); 5 Feb 2013 20:01:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 13045 invoked by uid 500); 5 Feb 2013 20:01:13 -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 13035 invoked by uid 99); 5 Feb 2013 20:01:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 20:01:13 +0000 Date: Tue, 5 Feb 2013 20:01:12 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-7773) rename StoreConfiguration, remove unnecessary method 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-7773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-7773: ------------------------------------ Attachment: HBASE-7773-v0.patch The method is unnecessary as the config on which CompactionConfiguration is based ins already CompoundConfiguration, which includes family-specific values. So there's no need to get it once again. The interface name is confusing as it's merely a view of runtime store settings, not another configuration object. > rename StoreConfiguration, remove unnecessary method > ---------------------------------------------------- > > Key: HBASE-7773 > URL: https://issues.apache.org/jira/browse/HBASE-7773 > Project: HBase > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Priority: Minor > Attachments: HBASE-7773-v0.patch > > > "StoreConfiguration" interface name is confusing, and one of the methods is unnecessary. -- 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