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 0416910F64 for ; Tue, 17 Feb 2015 00:11:36 +0000 (UTC) Received: (qmail 22967 invoked by uid 500); 17 Feb 2015 00:11:27 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 22889 invoked by uid 500); 17 Feb 2015 00:11:27 -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 22875 invoked by uid 99); 17 Feb 2015 00:11:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2015 00:11:27 +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 (nike.apache.org: domain of jerryjch@gmail.com designates 209.85.214.179 as permitted sender) Received: from [209.85.214.179] (HELO mail-ob0-f179.google.com) (209.85.214.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2015 00:11:02 +0000 Received: by mail-ob0-f179.google.com with SMTP id wp4so47717136obc.10 for ; Mon, 16 Feb 2015 16:09:30 -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=+uiiEG/2GbgWCEJmo5/QQixbjRifkChjyPd7jfAHVDk=; b=hslXAWUM7X8jP+I2lrxYvi6PopWAqS20cgYAGOFWfvpg8uQoHUSeN7lbA4RkmlDTv2 h39UR0v+raFLj1tzKFT7ekj291dAEGtYCkYzsOBh3Op/vjxDwvXU7g32YJT2u/EK1QT0 RA9jby5SZplFGP1H1s+SMuq1CpsrQ85j4S/N/sMClb+ZEIB6+x8i9HMQZaDYkNdWs5xK nBlgEqHmc6jY9w6aJo35+Q+nzHq52iRAziC2J/ulrXP8NElWufzo83yaWEG3SBWXWKR7 +DvHb9Yp8Oq0UOvgtvTnT6x91psZkjLg8KuBPxZLZKfVMXQfI2mVbeqEffqLZ9GH2oBB BiAg== MIME-Version: 1.0 X-Received: by 10.202.23.201 with SMTP id 70mr16010468oix.130.1424131770443; Mon, 16 Feb 2015 16:09:30 -0800 (PST) Received: by 10.182.119.40 with HTTP; Mon, 16 Feb 2015 16:09:30 -0800 (PST) In-Reply-To: References: Date: Mon, 16 Feb 2015 16:09:30 -0800 Message-ID: Subject: Re: PerformanceEvaluation: filterScan From: Jerry He To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a113e33b04a6fb2050f3d8441 X-Virus-Checked: Checked by ClamAV on apache.org --001a113e33b04a6fb2050f3d8441 Content-Type: text/plain; charset=UTF-8 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 > --001a113e33b04a6fb2050f3d8441--