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 77402200BE5 for ; Sat, 19 Nov 2016 01:44:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 760A6160B16; Sat, 19 Nov 2016 00:44:00 +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 C9A89160B04 for ; Sat, 19 Nov 2016 01:43:59 +0100 (CET) Received: (qmail 27664 invoked by uid 500); 19 Nov 2016 00:43:58 -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 27625 invoked by uid 99); 19 Nov 2016 00:43:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2016 00:43:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8EB532C4C78 for ; Sat, 19 Nov 2016 00:43:58 +0000 (UTC) Date: Sat, 19 Nov 2016 00:43:58 +0000 (UTC) From: "Ashu Pachauri (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17117) Reversed scan returns deleted versions and breaks RegionLocator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 19 Nov 2016 00:44:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashu Pachauri updated HBASE-17117: ---------------------------------- Attachment: reverseScanMetaDeleteFamily reverseScanMetaDeleteFamily : Output of raw, forward and reversed scan on meta during the issue. I have replaced the start and end keys with dummy values (but in correct order). We did not back up the store files for meta, and I am unable to reproduce the issue just by creating a delete family marker in meta and doing a reverse scan. This is not happening consistently during splits either. So, I am dropping the priority down to major from blocker. I'll try to research edge cases in the scanner code and come up with a unit test for reproducing this. Any ideas are welcome. > Reversed scan returns deleted versions and breaks RegionLocator > --------------------------------------------------------------- > > Key: HBASE-17117 > URL: https://issues.apache.org/jira/browse/HBASE-17117 > Project: HBase > Issue Type: Bug > Components: Scanners > Affects Versions: 1.3.0 > Reporter: Ashu Pachauri > Priority: Blocker > Fix For: 1.3.0 > > Attachments: reverseScanMetaDeleteFamily > > > We started seeing clients persistently throwing errors as they were trying to talk to a region that was non existent (split a few days ago). We verified that the region was deleted from meta when the split happened. > On performing a raw scan on meta, the deleted version for the split region appears, which also does on performing a normal reversed scan. Since MetaScanner uses a reversed scan, this explains why clients see non existent regions. > We also verified that there was no in-memory corrupt state by failing over the master. When we trigger major compaction on meta, the problem goes away further confirming the fact that we were seeing deleted versions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)