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 EEF6EDC93 for ; Fri, 22 Jun 2012 16:26:43 +0000 (UTC) Received: (qmail 76044 invoked by uid 500); 22 Jun 2012 16:26:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 75980 invoked by uid 500); 22 Jun 2012 16:26:43 -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 75928 invoked by uid 99); 22 Jun 2012 16:26:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 16:26:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 2689614285F for ; Fri, 22 Jun 2012 16:26:43 +0000 (UTC) Date: Fri, 22 Jun 2012 16:26:43 +0000 (UTC) From: "Benoit Sigoure (JIRA)" To: issues@hbase.apache.org Message-ID: <395473358.44464.1340382403159.JavaMail.jiratomcat@issues-vm> In-Reply-To: <64724632.31027.1340133222907.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6239) [replication] ReplicationSink uses the ts of the first KV for the other KVs in the same row 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-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399417#comment-13399417 ] Benoit Sigoure commented on HBASE-6239: --------------------------------------- I would argue that this bug is not "minor", because we're talking about data being corrupted by HBase. > [replication] ReplicationSink uses the ts of the first KV for the other KVs in the same row > ------------------------------------------------------------------------------------------- > > Key: HBASE-6239 > URL: https://issues.apache.org/jira/browse/HBASE-6239 > Project: HBase > Issue Type: Bug > Affects Versions: 0.90.6, 0.92.1 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Priority: Minor > Labels: corruption > Fix For: 0.92.2 > > Attachments: HBASE-6239-0.92-v1.patch > > > ReplicationSink assumes that all the KVs for the same row inside a WALEdit will have the same timestamp, which is not necessarily the case. > This only affects 0.90 and 0.92 since HBASE-5203 fixes it in 0.94 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira