Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D5B6106A5 for ; Thu, 19 Feb 2015 11:35:35 +0000 (UTC) Received: (qmail 15933 invoked by uid 500); 19 Feb 2015 11:35:32 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 15858 invoked by uid 500); 19 Feb 2015 11:35:32 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 15845 invoked by uid 99); 19 Feb 2015 11:35:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2015 11:35:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ramkrishna.s.vasudevan@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-ig0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2015 11:35:27 +0000 Received: by mail-ig0-f171.google.com with SMTP id h15so43304429igd.4 for ; Thu, 19 Feb 2015 03:35:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=HC4T5/KOhKLMTCM9WZoybD8py57uj7Rs+dQmaK18WlM=; b=k1cxx64bTClxKx0CUO968v1enDK7D/yMdvofVrqZQrW6I5KI3sIHll4qupHt7k8KTv t4I1ktApTzQM8GcKGIuSW0Yg1x3uXV4RkqP9Ii6A9LCTZVkbqwROl972X7bpRgB4Wayh p95A3YYtQmNXrVJuMpTHhkE1H1QMvUkqFJ/bhUNSbjCJPxzuEqP7ZP8F1+BLsMbQrlU+ 52J4g92BkFJP4HvrJJBwWHLrQM9tkx++BoRV92cjg+uFeF1QufZctS6E1EvGFsJCUqh/ TqiQRtMSWlKClmZUICvlt2qbwdOBS/emnHUxMKI0n2/a8a0qExfcemja06RNF+iQLvlC 81iQ== MIME-Version: 1.0 X-Received: by 10.50.28.8 with SMTP id x8mr6518764igg.19.1424345707086; Thu, 19 Feb 2015 03:35:07 -0800 (PST) Received: by 10.107.2.205 with HTTP; Thu, 19 Feb 2015 03:35:07 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Feb 2015 17:05:07 +0530 Message-ID: Subject: Re: PerformanceEvaluation: filterScan From: ramkrishna vasudevan To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=089e015386d6e8ad72050f6f53d1 X-Virus-Checked: Checked by ClamAV on apache.org --089e015386d6e8ad72050f6f53d1 Content-Type: text/plain; charset=UTF-8 I am seeing that if I run scanRange with multiThreads (for eg : 25) it is never ending. The reason may be that for every thread we try to form start and stop row for every row in the input list. So for measuring the latency for RangeScan10000Test it is better for us to calculate the time per thread per scan operation and then do an average ourselves. Regards Ram On Tue, Feb 17, 2015 at 5:39 AM, Jerry He wrote: > Hi, > > I was on 0.98 running PerformanceEvaluation. randomRead or sequentialRead > all show good read counts on the table regions. > > filterScan shows exactly the same as you had. > > Looking at the code. It could be as expected. The filter has no matching > returns, so the region server is in nextInternal() loop. And it seems that > we only update the read request count for return rows? > > Jerry > > On Mon, Feb 16, 2015 at 6:43 AM, Jean-Marc Spaggiari < > jean-marc@spaggiari.org> wrote: > > > Any one tries this recently? > > > > hbase org.apache.hadoop.hbase.PerformanceEvaluation --nomapred --rows=100 > > filterScan 3 > > > > I let it run for 30 minutes and killed it. 0 requets against the table, > 649 > > requests against the META. > > > > Seems to not be working anymore. Did not get a chance to look at the code > > yet. Will look at the other options of PE against 1.0.0. > > > > JM > > > --089e015386d6e8ad72050f6f53d1--