Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-23803

[DOC] Fix the maths on the section explaining call queue tuning options

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1
    • documentation
    • None

    Description

      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 uses 30% of the queues for reading and 60% for writing. 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 uses 30% of the queues for reading and 70% for writing. Given a value of 10 for hbase.ipc.server.num.callqueue, 3 queues would be used for reads and 7 for writes.

      Attachments

        Issue Links

          Activity

            People

              wchevreuil Wellington Chevreuil
              wchevreuil Wellington Chevreuil
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: