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 D42B818813 for ; Sat, 6 Feb 2016 00:54:40 +0000 (UTC) Received: (qmail 22702 invoked by uid 500); 6 Feb 2016 00:54:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 22648 invoked by uid 500); 6 Feb 2016 00:54: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 22568 invoked by uid 99); 6 Feb 2016 00:54:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2016 00:54:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 19A0C2C1F72 for ; Sat, 6 Feb 2016 00:54:40 +0000 (UTC) Date: Sat, 6 Feb 2016 00:54:40 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=15135370#comment-15135370 ] Hudson commented on HBASE-15218: -------------------------------- FAILURE: Integrated in HBase-1.1-JDK7 #1653 (See [https://builds.apache.org/job/HBase-1.1-JDK7/1653/]) HBASE-15218 On RS crash and replay of WAL, loosing all Tags in Cells (stack: rev 53758a07ca9ebd0f24cdaf2eb2ffe4bb60eb630c) * hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java * hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithDefaultVisLabelService.java * hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SecureWALCellCodec.java > 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: Blocker > Labels: needs_releasenote > Fix For: 2.0.0, 1.2.0, 1.3.0, 1.1.4, 1.0.4, 0.98.18 > > Attachments: HBASE-15218-0.98.patch, HBASE-15218-branch-1.1.patch, HBASE-15218-branch-1.2.patch, 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. (While writing to WAL using WALCellCodec, we are preserving Cell tags.) > In case of SecureWALCellCodec, we are not even writing Cell tags to WAL. -- This message was sent by Atlassian JIRA (v6.3.4#6332)