wutong0319 created HBASE-27767:
----------------------------------
Summary: Description error in documentation of
hbase.ipc.server.callqueue.read.ratio
Key: HBASE-27767
URL: https://issues.apache.org/jira/browse/HBASE-27767
Project: HBase
Issue Type: Bug
Components: documentation
Reporter: wutong0319
There is an error in this
document:[https://github.com/apache/hbase/blob/master/src/main/asciidoc/_chapters/performance.adoc]
In 4.11 Tuning callQueue Options there is a description below:
_A value of {{.6}} uses 60% of the queues for reading and 40% for reading.
Given a value of {{10}} for {{{}hbase.ipc.server.num.callqueue{}}}, 6 queues
would be used for reads and 4 for writes_
It shoud be :60% of the queues for reading and 40% for writing, not all reading.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)