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 CDA43E84C for ; Thu, 31 Jan 2013 23:57:13 +0000 (UTC) Received: (qmail 52866 invoked by uid 500); 31 Jan 2013 23:57:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 52842 invoked by uid 500); 31 Jan 2013 23:57: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 52834 invoked by uid 99); 31 Jan 2013 23:57:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 23:57:13 +0000 Date: Thu, 31 Jan 2013 23:57:13 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7603) refactor storefile management in HStore in order to support things like LevelDB-style compactions 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-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568256#comment-13568256 ] Sergey Shelukhin commented on HBASE-7603: ----------------------------------------- [~mbertozzi] I have a first cut of stripe implementation semi-ready, but it will be a large patch. I am hoping to have it ready tomorrow. It also doesn't include compaction policy for stripe yet. Yes, the interface may change but only in details (e.g. like I generalized to collections now because flat lists do not make sense for everyone). Why I don't want to put anything in one patch (and same for compactionpolicy comments)... if I were to put it all in one patch it would never get reviewed by anyone, same as HBASE-7055 and HBASE-7236 until they were split into many separate jiras. When I refactored CompactionPolicy/ported CompactionConfiguration refactor/and then Jimmy made it pluggable, there were no code present with use cases for those... but they were done separately to make CRs easier. > refactor storefile management in HStore in order to support things like LevelDB-style compactions > ------------------------------------------------------------------------------------------------- > > Key: HBASE-7603 > URL: https://issues.apache.org/jira/browse/HBASE-7603 > Project: HBase > Issue Type: Sub-task > Components: Compaction > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HBASE-7603-v0.patch, HBASE-7603-v1.patch, HBASE-7603-v2.patch, HBASE-7603-v2.patch, HBASE-7603-v3.patch, HBASE-7603-v4.patch, HBASE-7603-v5.patch > > -- 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