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 7A8B61745C for ; Tue, 23 Jun 2015 04:27:01 +0000 (UTC) Received: (qmail 29355 invoked by uid 500); 23 Jun 2015 04:26:59 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 29283 invoked by uid 500); 23 Jun 2015 04:26:59 -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 29271 invoked by uid 99); 23 Jun 2015 04:26:59 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2015 04:26:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D78A4CF944 for ; Tue, 23 Jun 2015 04:26:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.148 X-Spam-Level: *** X-Spam-Status: No, score=3.148 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id SaRpmmfS4qJc for ; Tue, 23 Jun 2015 04:26:58 +0000 (UTC) Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 14CF84C0E5 for ; Tue, 23 Jun 2015 04:26:58 +0000 (UTC) Received: by igbqq3 with SMTP id qq3so79612689igb.0 for ; Mon, 22 Jun 2015 21:26:57 -0700 (PDT) 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=F1KSE8VckSM4fhO7m+0tRV2mP0ykAKZ18CkXkbcRM3Q=; b=ZDIbxQXeO5MlnCd2xfAvCGCWAEDAIOxzXUmGSMgiDMwyyaD5wJTZV83YHJADv5lvyB fHzfVv94CM1/JxiWrvwEvJNTu6BtAH5dIsOaeO/4U4s9XPXm5nKFW3Grx/M/cTjS74Un nV8qGB6MwU9gMdDBVu++i6UdOHXY/GcEBNzK98o+Gv+iBDFUOfO2F6TfVyTx/bGKiY7W C2bKR5jIg43yFtXRo0aDh0gnL7Kz47Wge9ZpaD7n2LMPWuhdAFaJrEgBVyWU15PfZuHJ 8B61XbPd99V/gxfIqQzH9M7zjyukw4mf64Quv1AFZ/xCDzzBcD6l6zM5g/DFvrRVkSGq yrmA== MIME-Version: 1.0 X-Received: by 10.43.5.73 with SMTP id of9mr29884621icb.92.1435033617577; Mon, 22 Jun 2015 21:26:57 -0700 (PDT) Received: by 10.64.64.193 with HTTP; Mon, 22 Jun 2015 21:26:57 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Jun 2015 09:56:57 +0530 Message-ID: Subject: Re: Rate Limiters in hbase From: mukund murrali To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec5082498044170051927cd73 --bcaec5082498044170051927cd73 Content-Type: text/plain; charset=UTF-8 Yes I have seen that code. What I want is something like counter with threshold which will expire after ttl. checkAndIncrement kindof thing combined with cell ttl. Thanks On Mon, Jun 22, 2015 at 11:42 PM, Ted Yu wrote: > Can you provide a bit more detail on how time based increment is expected > work ? > > RateLimiter and its subclasses in hbase codebase are concerned with rpc > throttling. > > Cheers > > On Mon, Jun 22, 2015 at 7:06 AM, mukund murrali > wrote: > > > Does hbase provide time based increment option? Also something like > > checkAndIncrement? > > > > Thanks > > > > Regards > > Mukund Murrali > > > --bcaec5082498044170051927cd73--