Wellington Chevreuil created HBASE-23803:
--------------------------------------------
Summary: [DOC] Fix the maths on the section explaining call queue
tuning options
Key: HBASE-23803
URL: https://issues.apache.org/jira/browse/HBASE-23803
Project: HBase
Issue Type: Bug
Components: documentation
Reporter: Wellington Chevreuil
Assignee: Wellington Chevreuil
Section *"121.11. Tuning callQueue Options"* from the RefGuide has some
mismatches when explaining the percentages applied by different values set to
_hbase.ipc.server.callqueue.read.ratio_ and
_hbase.ipc.server.callqueue.scan.ratio,_ respectively, such as:
??A value of {{.3}} {color:#ff0000}uses 30% of the queues for reading and 60%
for writing{color}. Given a value of {{10}} for
{{hbase.ipc.server.num.callqueue}}, 3 queues would be used for reads and 7 for
writes.??
Should be:
??A value of {{.3}} {color:#00875a}uses 30% of the queues for reading and 70%
for writing.{color} Given a value of {{10}} for
{{hbase.ipc.server.num.callqueue}}, 3 queues would be used for reads and 7 for
writes.??
--
This message was sent by Atlassian Jira
(v8.3.4#803005)