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 E864A989C for ; Thu, 13 Oct 2011 15:18:14 +0000 (UTC) Received: (qmail 97594 invoked by uid 500); 13 Oct 2011 15:18:13 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 97536 invoked by uid 500); 13 Oct 2011 15:18:12 -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 97528 invoked by uid 99); 13 Oct 2011 15:18:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 15:18:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of norbert.burger@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qw0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 15:18:07 +0000 Received: by qadb17 with SMTP id b17so157706qad.14 for ; Thu, 13 Oct 2011 08:17:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8at9WzW3jFONIRZb9UEZTvWqNlFu5P9Rbdb3dwogKdo=; b=QPpPmZ2/X9NGIOb1gOU2EA3umaaBGlReE2S4wtaVqKV313A4eYf3TOa+0eRCGQdfKM q1D4I17DWZoPVBGWChRDM+mdKxDKZZBjZp9b1SKsLk1aZ5AM1Qir0CPKA9MRdpy3AK4L wiMUhzuOdM3CyWVSCM9hmXvM3RkJZY7ZjheOg= MIME-Version: 1.0 Received: by 10.229.73.87 with SMTP id p23mr865342qcj.267.1318519066452; Thu, 13 Oct 2011 08:17:46 -0700 (PDT) Received: by 10.229.39.74 with HTTP; Thu, 13 Oct 2011 08:17:46 -0700 (PDT) In-Reply-To: References: Date: Thu, 13 Oct 2011 11:17:46 -0400 Message-ID: Subject: Re: HTable.autoFlush not exposed via Thrift? From: Norbert Burger To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=0016e65d195095e4e504af2fa4a4 --0016e65d195095e4e504af2fa4a4 Content-Type: text/plain; charset=ISO-8859-1 Thanks Ted, I created https://issues.apache.org/jira/browse/HBASE-4586. In the ticket, I mentioned setting hbase.client.write.buffer as a workaround, but unfortunately it doesn't seem that autoflush (which I imagine has a bigger impact on write performance) isn't exposed. Norbert On Wed, Oct 12, 2011 at 7:33 PM, Ted Yu wrote: > Norbert: > Exposing HTable.autoFlush isn't in the scope of HBASE-1744. > > Please file new JIRA for your request. > > Thanks > > On Wed, Oct 12, 2011 at 3:27 PM, Ted Yu wrote: > > > I don't see autoFlush in patch for 1744. > > > > FYI > > > > > > On Wed, Oct 12, 2011 at 3:25 PM, Stack wrote: > > > >> On Wed, Oct 12, 2011 at 2:48 PM, Norbert Burger > >> wrote: > >> > We're using Thrift for a fairly write-heavy app. Many of the best > >> practices > >> > refer to disabling autoFlush, but I was surprised to see autoFlush not > >> even > >> > touched in > >> ./src/main/java/org/apache/hadoop/hbase/thrift/ThriftServer.java. > >> > > >> > Is this accurate? How are others using Thrift for write-heavy loads? > >> > > >> > >> Is it addressed in the patch on > >> https://issues.apache.org/jira/browse/HBASE-1744? > >> > >> St.Ack > >> > > > > > --0016e65d195095e4e504af2fa4a4--