Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF29811BE4 for ; Sat, 26 Apr 2014 08:31:28 +0000 (UTC) Received: (qmail 4858 invoked by uid 500); 26 Apr 2014 08:31:26 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 4046 invoked by uid 500); 26 Apr 2014 08:31:19 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 3716 invoked by uid 99); 26 Apr 2014 08:31:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Apr 2014 08:31:16 +0000 Date: Sat, 26 Apr 2014 08:31:16 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-11084) Handle deletions and column tracking using internal filters rather than using DeleteTrackers and ColumnTrackers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 ramkrishna.s.vasudevan created HBASE-11084: ---------------------------------------------- Summary: Handle deletions and column tracking using internal filters rather than using DeleteTrackers and ColumnTrackers Key: HBASE-11084 URL: https://issues.apache.org/jira/browse/HBASE-11084 Project: HBase Issue Type: Improvement Reporter: ramkrishna.s.vasudevan Assignee: ramkrishna.s.vasudevan Fix For: 0.99.0 See HBASE-11054 for discussion. Currently the delete tracking is done by DeleteTracker and its subclasses. column tracking and its versions are handled inside the ColumnTrackers and its subclasses. This JIRA aims at providing internal filters and attaching them to scans/gets, including minor and major compaction scans so that all the logic of deletes and version counting goes into it rather than having trackers. -- This message was sent by Atlassian JIRA (v6.2#6252)