Esteban Gutierrez created HBASE-13694:
-----------------------------------------
Summary: CallQueueSize is incorrectly decremented after the
response is sent
Key: HBASE-13694
URL: https://issues.apache.org/jira/browse/HBASE-13694
Project: HBase
Issue Type: Bug
Components: master, regionserver, rpc
Affects Versions: 2.0.0, 1.1.0, 1.0.2, 1.2.0
Reporter: Esteban Gutierrez
Assignee: Esteban Gutierrez
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 to other client requests while we send the response back to the
client that original caller.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)