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 B4E5610C88 for ; Thu, 12 Dec 2013 09:48:23 +0000 (UTC) Received: (qmail 3256 invoked by uid 500); 12 Dec 2013 09:48:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2992 invoked by uid 500); 12 Dec 2013 09:48:14 -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 2834 invoked by uid 99); 12 Dec 2013 09:48:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 09:48:11 +0000 Date: Thu, 12 Dec 2013 09:48:11 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10125) KeyValue(Cell c) copy constructor doesn't copy tags data 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-10125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846208#comment-13846208 ] Hudson commented on HBASE-10125: -------------------------------- FAILURE: Integrated in HBase-0.98 #8 (See [https://builds.apache.org/job/HBase-0.98/8/]) HBASE-10125: KeyValue(Cell c) copy constructor doesn't copy tags data (jeffreyz: rev 1550224) * /hbase/branches/0.98/hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java > KeyValue(Cell c) copy constructor doesn't copy tags data > -------------------------------------------------------- > > Key: HBASE-10125 > URL: https://issues.apache.org/jira/browse/HBASE-10125 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0 > Reporter: Jeffrey Zhong > Assignee: Jeffrey Zhong > Priority: Blocker > Fix For: 0.98.0 > > Attachments: hbase-10125.patch > > > I happened to come across this: > {code} > public KeyValue(Cell c) { > this(c.getRowArray(), c.getRowOffset(), (int)c.getRowLength(), > c.getFamilyArray(), c.getFamilyOffset(), (int)c.getFamilyLength(), > c.getQualifierArray(), c.getQualifierOffset(), (int) c.getQualifierLength(), > c.getTimestamp(), Type.codeToType(c.getTypeByte()), > c.getValueArray(), c.getValueOffset(), c.getValueLength()); > } > {code} -- This message was sent by Atlassian JIRA (v6.1.4#6159)