You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xiaolin Ha (JIRA)" <ji...@apache.org> on 2018/07/30 02:47:00 UTC

[jira] [Created] (HBASE-20972) Fix call queue buffer size leaking bug

Xiaolin Ha created HBASE-20972:
----------------------------------

             Summary: Fix call queue buffer size leaking bug
                 Key: HBASE-20972
                 URL: https://issues.apache.org/jira/browse/HBASE-20972
             Project: HBase
          Issue Type: Bug
          Components: IPC/RPC
    Affects Versions: 2.0.0
            Reporter: Xiaolin Ha
            Assignee: Xiaolin Ha


Call queue size is the currently queued and running Calls bytes size. It gets incremented after we parse a call and before we add it to the queue of calls for the scheduler to use. It get decremented after we have 'run' the Call. 

When setting up a call, total size of it is added. So when a new call can not be dispatched by BlockingQueue full, the call queue size should be decremented. We shouldn't add size of rejected calls to the call queue size.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)