Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1BA417F1C for ; Wed, 6 May 2015 05:33:02 +0000 (UTC) Received: (qmail 25684 invoked by uid 500); 6 May 2015 05:33:01 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 25578 invoked by uid 500); 6 May 2015 05:33:01 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 25394 invoked by uid 99); 6 May 2015 05:33:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2015 05:33:01 +0000 Date: Wed, 6 May 2015 05:33:01 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (HBASE-13629) Add to 1.0: HBASE-12957 region_mover#isSuccessfulScan may be extremely slow on region with lots of expired 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-13629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-13629: ------------------------------------ > Add to 1.0: HBASE-12957 region_mover#isSuccessfulScan may be extremely slow on region with lots of expired data > --------------------------------------------------------------------------------------------------------------- > > Key: HBASE-13629 > URL: https://issues.apache.org/jira/browse/HBASE-13629 > Project: HBase > Issue Type: Sub-task > Components: scripts > Reporter: Lars Hofhansl > > Parent introduced a typo. > {code} > scan.setFilter(FilterList.new(FirstKeyOnlyFilter.new(),InclusiveStopFilter().new(r.getStartKey()))) > {code} > should be > {code} > scan.setFilter(FilterList.new(FirstKeyOnlyFilter.new(),InclusiveStopFilter().new(r.getStartKey()))) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)