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

a couple of callQueue related improvements

    XMLWordPrintableJSON

Details

    • Near double the random read throughput (On random test bench with 8 clients running ycsb workloadc against a single server, see throughput go from 180k to 335k ops a second).

    Description

      In one of my in-memory read only testing(100% get requests), one of the top scalibility bottleneck came from the single callQueue. A tentative sharing this callQueue according to the rpc handler number showed a big throughput improvement(the original get() qps is around 60k, after this one and other hotspot tunning, i got 220k get() qps in the same single region server) in a YCSB read only scenario.
      Another stuff we can do is seperating the queue into read call queue and write call queue, we had done it in our internal branch, it would helpful in some outages, to avoid all read or all write requests ran out of all handler threads.
      One more stuff is changing the current blocking behevior once the callQueue is full, considering the full callQueue almost means the backend processing is slow somehow, so a fail-fast here should be more reasonable if we using HBase as a low latency processing system. see "callQueue.put(call)"

      Attachments

        1. gets.png
          12 kB
          Michael Stack
        2. HBASE-11355-v0.patch
          30 kB
          Matteo Bertozzi
        3. HBASE-11355-v1.patch
          32 kB
          Matteo Bertozzi
        4. HBASE-11355-v2.patch
          32 kB
          Matteo Bertozzi

        Issue Links

          Activity

            People

              mbertozzi Matteo Bertozzi
              xieliang007 Liang Xie
              Votes:
              0 Vote for this issue
              Watchers:
              19 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: