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 1215F4A5D for ; Wed, 8 Jun 2011 19:30:13 +0000 (UTC) Received: (qmail 31400 invoked by uid 500); 8 Jun 2011 19:30:12 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 31373 invoked by uid 500); 8 Jun 2011 19:30:12 -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 31365 invoked by uid 99); 8 Jun 2011 19:30:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 19:30:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 19:30:04 +0000 Received: by fxm18 with SMTP id 18so783290fxm.14 for ; Wed, 08 Jun 2011 12:29:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=oaYbCgleELHJ0IXjnVGEU8htMAGYGXMl2G8VbpgyPvk=; b=qey9dlZO6bNVWZUiq2ca0cs1HLhFCFBKeP3shWbPaPC9aGdtqQcVhWJzRwlcdP9iaA E/LvQ2o+9V8LKUrPilXp03k3as3USzdbmq0dC30v41lPnNdfwq63g1nzloW6g5mpR52/ MPgePNlaUBm22HRMWP6r3oYRUHMa96IRYKs2Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=Kqo5KuJ7AV5w9UzVUbdiNvI1GWtVyhRo6/BZDaAcu6rtQCcpAKBAsTGJSlEfk9zrjQ 1L8YlCNyz8u7+A1exPDGanFBj83fGhFWP8nFaskl3EC1GP+x//ThQWCaBa0UfuAzB45y dp1Is62lQbhEgVZSg3ZjtqAK6jORFoha20Avc= MIME-Version: 1.0 Received: by 10.223.158.72 with SMTP id e8mr1613324fax.39.1307561384477; Wed, 08 Jun 2011 12:29:44 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.223.147.207 with HTTP; Wed, 8 Jun 2011 12:29:44 -0700 (PDT) In-Reply-To: References: Date: Wed, 8 Jun 2011 12:29:44 -0700 X-Google-Sender-Auth: Jr3wpWmOTmWKTV-j60bbSpJ6A6o Message-ID: Subject: Re: Question regarding .META. cache hits From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 8, 2011 at 12:20 PM, lohit wrote: > Is this something to do with the way connection's are handled in 0.90.2 (and > will improve as part of 3777). > Your client is YCSB? This should be keeping around its connections (3777 shouldn't make a difference here). St.Ack