You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/02/11 11:47:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17034366#comment-17034366 ] 

Hudson commented on HBASE-23803:
--------------------------------

Results for branch master
	[build #1626 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1626/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/master/1626//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1626//JDK8_Nightly_Build_Report_(Hadoop2)/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1626//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> [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)