You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Wellington Chevreuil (Jira)" <ji...@apache.org> on 2020/02/10 17:09:00 UTC

[jira] [Resolved] (HBASE-23803) [DOC] Fix the maths on the section explaining call queue tuning options

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

Wellington Chevreuil resolved HBASE-23803.
------------------------------------------
    Resolution: Fixed

> [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
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> 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)