Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8164D200B99 for ; Wed, 5 Oct 2016 08:50:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 762EE160AEA; Wed, 5 Oct 2016 06:50:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E2528160ADB for ; Wed, 5 Oct 2016 08:50:21 +0200 (CEST) Received: (qmail 89361 invoked by uid 500); 5 Oct 2016 06:50:20 -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 89331 invoked by uid 99); 5 Oct 2016 06:50:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 06:50:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9BFAF2C2A67 for ; Wed, 5 Oct 2016 06:50:20 +0000 (UTC) Date: Wed, 5 Oct 2016 06:50:20 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16768) Inconsistent results from the Append/Increment MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Oct 2016 06:50:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15547869#comment-15547869 ] ramkrishna.s.vasudevan commented on HBASE-16768: ------------------------------------------------ As the older comment says getting seqID is expensive should you do the for loop thing only if you are sure the WAL is being skipped rather than every time Append/increment is performed? > Inconsistent results from the Append/Increment > ---------------------------------------------- > > Key: HBASE-16768 > URL: https://issues.apache.org/jira/browse/HBASE-16768 > Project: HBase > Issue Type: Bug > Reporter: ChiaPing Tsai > Priority: Minor > Attachments: HBASE-16768.v0.patch > > > If the Append/Increment skips the WAL, the sequential id will not be updated. > It introduces that the AbstractMemStore#upsert may remove the cell even though the cell is visible to the oldest scanner. -- This message was sent by Atlassian JIRA (v6.3.4#6332)