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

CallQueueSize is incorrectly decremented until the response is sent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0, 0.98.12, 1.0.2, 1.2.0, 2.0.0
    • 1.2.0, 2.0.0
    • IPC/RPC, master, regionserver
    • None
    • Reviewed

    Description

      We should decrement the CallQueueSize as soon as we no longer need the call around, e.g. after RpcServer.CurCall.set(null) otherwise we will be only pushing back other client requests while we send the response back to the client that originated the call.

      Attachments

        1. 0001-HBASE-13694-CallQueueSize-is-incorrectly-decremented.patch
          1 kB
          Esteban Gutierrez
        2. HBASE-13694.2.patch
          2 kB
          Esteban Gutierrez
        3. HBASE-13694.3.patch
          2 kB
          Michael Stack

        Activity

          People

            esteban Esteban Gutierrez
            esteban Esteban Gutierrez
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: