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 <[email protected]> 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 <[email protected]> wrote: > > > I don't see autoFlush in patch for 1744. > > > > FYI > > > > > > On Wed, Oct 12, 2011 at 3:25 PM, Stack <[email protected]> wrote: > > > >> On Wed, Oct 12, 2011 at 2:48 PM, Norbert Burger > >> <[email protected]> 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 > >> > > > > >
