[
https://issues.apache.org/jira/browse/HBASE-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744258#action_12744258
]
Mathias Herberts commented on HBASE-1770:
-----------------------------------------
Indeed my intent was to write 'calls flushCommits', not 'call flushCommits'.
> HTable.setWriteBufferSize does not flush the writeBuffer when its size is set
> to a value lower than its current size.
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-1770
> URL: https://issues.apache.org/jira/browse/HBASE-1770
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: client
> Affects Versions: 0.20.0
> Environment: All
> Reporter: Mathias Herberts
> Priority: Trivial
> Attachments: setWriteBufferSize-flushCommits.patch
>
>
> When setting the size of the write buffer to a value lower than the current
> size of data in the write buffer, the content of the write buffer should be
> flushed so it does not occupy in memory more than its new size for an
> extended period of time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.