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 D462C10C5B for ; Tue, 18 Jun 2013 17:46:28 +0000 (UTC) Received: (qmail 23557 invoked by uid 500); 18 Jun 2013 17:46:27 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 23100 invoked by uid 500); 18 Jun 2013 17:46:23 -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 22951 invoked by uid 99); 18 Jun 2013 17:46:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 17:46:20 +0000 Date: Tue, 18 Jun 2013 17:46:20 +0000 (UTC) From: "Mujtaba Chohan (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-8759) Family Delete Markers not getting purged after major compaction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mujtaba Chohan created HBASE-8759: ------------------------------------- Summary: Family Delete Markers not getting purged after major compaction Key: HBASE-8759 URL: https://issues.apache.org/jira/browse/HBASE-8759 Project: HBase Issue Type: Bug Components: Compaction Affects Versions: 0.94.7 Reporter: Mujtaba Chohan Priority: Minor On table with VERSIONS => '1', KEEP_DELETED_CELLS => 'true'. Family Delete Markers does not get purged after put > delete > major compaction (they keep on incrementing after every put > delete > major compaction) Following is the raw scan output after 10 iterations of put > delete > major compaction. ROW COLUMN+CELL A column=CF:, timestamp=1371512706683, type=DeleteFamily A column=CF:, timestamp=1371512706394, type=DeleteFamily A column=CF:, timestamp=1371512706054, type=DeleteFamily A column=CF:, timestamp=1371512705763, type=DeleteFamily A column=CF:, timestamp=1371512705457, type=DeleteFamily A column=CF:, timestamp=1371512705149, type=DeleteFamily A column=CF:, timestamp=1371512704836, type=DeleteFamily A column=CF:, timestamp=1371512704518, type=DeleteFamily A column=CF:, timestamp=1371512704162, type=DeleteFamily A column=CF:, timestamp=1371512703779, type=DeleteFamily A column=CF:COL, timestamp=1371512706682, value=X [~lhofhansl] Code to repro this issue: http://phoenix-bin.github.io/client/code/delete.java -- 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