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 3C564DDAF for ; Sat, 15 Sep 2012 20:31:23 +0000 (UTC) Received: (qmail 93040 invoked by uid 500); 15 Sep 2012 20:31:21 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 92992 invoked by uid 500); 15 Sep 2012 20:31:21 -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 92980 invoked by uid 99); 15 Sep 2012 20:31:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Sep 2012 20:31:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Sep 2012 20:31:14 +0000 Received: by obhx4 with SMTP id x4so9488039obh.14 for ; Sat, 15 Sep 2012 13:30:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=QUTY5ycPkvSM78CM9xJofsFKmU4LeuJN7E7L7vFdDh0=; b=ZnHuWdrmiXZ9ZzPdSws/POzPM8a10jZXsn12C+6hHQysmstO0hXH+GSHWqJtE+GXxs zLVNOhECWuCbw9sDaAyCQDe9DCbqzEfwR0hKFriBZDrLWBvJWTCSMZykXaBMuY9m3li7 oxPnUfAkmCvfx18/Ojq3G01eLPl1fECkEZWufiQU1koYLSSiBsTBxkf6SU9Xq4c4sebD AVEBEMNt12KcHrx4tMwf81Mqgd1sbVYWDknZDpKV/0wdTuFNipP/FRfP26P31fbdZxJ8 fCDaQREHLp9NXQRrDIpJnlvsfywL73+rfYQg2qZoyLWIc7p+jaaIH+g/TlaaL0TQyLiZ IY7Q== MIME-Version: 1.0 Received: by 10.182.48.8 with SMTP id h8mr8003131obn.75.1347741054218; Sat, 15 Sep 2012 13:30:54 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.76.25.201 with HTTP; Sat, 15 Sep 2012 13:30:54 -0700 (PDT) In-Reply-To: References: Date: Sat, 15 Sep 2012 13:30:54 -0700 X-Google-Sender-Auth: ovYzZbOq13CuWwRA00-DngwiNhA Message-ID: Subject: Re: support checksums in HBase block From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Sep 15, 2012 at 10:31 AM, jlei liu wrote: > I use Hbase0.94.1 and hadoop-0.20.2-cdh3u5. > > The Hbase0.94.1 write checksums in HBase block, so we don't need to read > checksums from metadata file of block file. But I find the BlockSender > still read checksums from metadata file of block file every time, How are you figuring this? That sounds like a regression. In 0.94.x the default is that hbase.regionserver.checksum.verify is true which should have hbase doing checksum verify on read rather than hdfs. > so the > Hbase0.94.1 can't decrease the iops, that is right? If that is right, > should I set the hbase.regionserver.checksum.verify property to false in > order to avoid the Hbase0.94.1 to verify th checksum? > It would be interesting flipping the switch. If things went faster, then for sure there is a regression. St.Ack