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 67D54187C9 for ; Fri, 5 Feb 2016 17:16:40 +0000 (UTC) Received: (qmail 3559 invoked by uid 500); 5 Feb 2016 17:16:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3517 invoked by uid 500); 5 Feb 2016 17:16:40 -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 3506 invoked by uid 99); 5 Feb 2016 17:16:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 17:16:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DA4092C1F64 for ; Fri, 5 Feb 2016 17:16:39 +0000 (UTC) Date: Fri, 5 Feb 2016 17:16:39 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15218) On RS crash and replay of WAL, loosing all Tags in Cells 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-15218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-15218: ----------------------------------- Fix Version/s: (was: 1.2.1) 1.2.0 > On RS crash and replay of WAL, loosing all Tags in Cells > -------------------------------------------------------- > > Key: HBASE-15218 > URL: https://issues.apache.org/jira/browse/HBASE-15218 > Project: HBase > Issue Type: Bug > Components: Recovery, regionserver, security > Affects Versions: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1 > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Priority: Critical > Fix For: 2.0.0, 1.2.0, 1.3.0, 1.1.4, 1.0.4, 0.98.18 > > Attachments: HBASE-15218.patch > > > The KeyValueCodec's Decoder makes NoTagsKeyValue. The WalCellCodec also makes this Decoder and so while reading Cells after RS crash, we will loose all tags in Cells. -- This message was sent by Atlassian JIRA (v6.3.4#6332)