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 F0EA1200B36 for ; Wed, 6 Jul 2016 19:08:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF8BB160A55; Wed, 6 Jul 2016 17:08:12 +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 437FF160A64 for ; Wed, 6 Jul 2016 19:08:12 +0200 (CEST) Received: (qmail 97761 invoked by uid 500); 6 Jul 2016 17:08:11 -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 97701 invoked by uid 99); 6 Jul 2016 17:08:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2016 17:08:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 256C72C029F for ; Wed, 6 Jul 2016 17:08:11 +0000 (UTC) Date: Wed, 6 Jul 2016 17:08:11 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16091) Canary takes lot more time when there are delete markers in the table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 06 Jul 2016 17:08:13 -0000 [ https://issues.apache.org/jira/browse/HBASE-16091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364638#comment-15364638 ] Hudson commented on HBASE-16091: -------------------------------- FAILURE: Integrated in HBase-0.98-matrix #364 (See [https://builds.apache.org/job/HBase-0.98-matrix/364/]) HBASE-16091 Canary takes lot more time when there are delete markers in (apurtell: rev e3ef8b69bf6834b8a1b7e33aee53792e8ef1f7cb) * hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java * hbase-server/src/test/java/org/apache/hadoop/hbase/tool/TestCanaryTool.java * hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java > Canary takes lot more time when there are delete markers in the table > --------------------------------------------------------------------- > > Key: HBASE-16091 > URL: https://issues.apache.org/jira/browse/HBASE-16091 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Vishal Khandelwal > Assignee: Vishal Khandelwal > Fix For: 2.0.0, 1.4.0, 0.98.21 > > Attachments: HBASE-16091.00.patch, HBASE-16091.01.patch, HBASE-16091.02.patch > > > We have a table which has lot of delete markers and we running Canary test on a regular interval sometimes tests are timing out because to reading first row would skip all these delete markers. Since purpose of Canary is to find health of the region, i think keeping raw=true would not defeat the purpose but provide good perf improvement. > Following are the example of one such scan where > without changing code it took 62.3 sec for onre region scan > 2016-06-23 08:49:11,670 INFO [pool-2-thread-1] tool.Canary - read from region . column family 0 in 62338ms > whereas after setting raw=true, it reduced to 58ms > 2016-06-23 08:45:20,259 INFO [pool-2-thread-1] tests.Canary - read from region . column family 0 in 58ms > Taking this over multiple tables , with multiple region would be a good performance gain. -- This message was sent by Atlassian JIRA (v6.3.4#6332)