You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/11 02:53:12 UTC

[jira] [Resolved] (HBASE-4586) ThriftServer doesn't expose autoflush/writebuffer settings needed for write-heavy loads

     [ https://issues.apache.org/jira/browse/HBASE-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-4586.
-----------------------------------
    Resolution: Not A Problem

> ThriftServer doesn't expose autoflush/writebuffer settings needed for write-heavy loads
> ---------------------------------------------------------------------------------------
>
>                 Key: HBASE-4586
>                 URL: https://issues.apache.org/jira/browse/HBASE-4586
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>    Affects Versions: 0.90.4
>            Reporter: Norbert Burger
>
> For write-heavy/bulk-load environments, two common recommendations are to disable autoFlush and increase the size of the write buffer:
> HTable.setAutoFlush(false)
> HTable.setWriteBufferSize(long writeBufferSize)
> Neither of exposed via the Thrift API, which seems to preclude using the Thrift interface for write-heavy environments.
> As a workaround, we could specify hbase.client.write.buffer in hbase-site.xml, but there is unfortunately not an equivalent configuration setting for autoflush.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)