[
https://issues.apache.org/jira/browse/HBASE-18750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16159910#comment-16159910
]
Hudson commented on HBASE-18750:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3685 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3685/])
HBASE-18750 Cleanup the docs saying "HTable use write buffer" (chia7712: rev
78d9b7ffad2760f1a31434b47b02bdc355b5aebf)
* (edit) hbase-common/src/main/resources/hbase-default.xml
* (edit) src/main/asciidoc/_chapters/hbase-default.adoc
* (edit) src/main/asciidoc/_chapters/datamodel.adoc
* (edit) src/main/asciidoc/_chapters/architecture.adoc
> Cleanup the docs saying "HTable use write buffer"
> -------------------------------------------------
>
> Key: HBASE-18750
> URL: https://issues.apache.org/jira/browse/HBASE-18750
> Project: HBase
> Issue Type: Sub-task
> Components: documentation
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Minor
> Labels: beginner
> Fix For: 2.0.0-alpha-3
>
> Attachments: HBASE-18750.v0.patch, HBASE-18750.v1.patch
>
>
> Cleanup the docs saying "HTable use write buffer"
> {code}
> Default size of the HTable client write buffer in bytes. A bigger buffer
> takes more memory — on both the client and server side since server
> instantiates the passed write buffer to process it — but a larger buffer size
> reduces the number of RPCs made. For an estimate of server-side memory-used,
> evaluate hbase.client.write.buffer * hbase.regionserver.handler.count
> {code}
> {code}
> Put either adds new rows to a table (if the key is new) or can update
> existing rows (if the key already exists). Puts are executed via Table.put
> (writeBuffer) or Table.batch (non-writeBuffer).
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)