[
https://issues.apache.org/jira/browse/HBASE-13694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14550971#comment-14550971
]
Hudson commented on HBASE-13694:
--------------------------------
FAILURE: Integrated in HBase-1.2 #87 (See
[https://builds.apache.org/job/HBase-1.2/87/])
HBASE-13694 CallQueueSize is incorrectly decremented until the response is sent
(stack: rev 816856eb1eb849720ebeabe004caf4d3ef2a30c0)
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/CallRunner.java
> CallQueueSize is incorrectly decremented until 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, 0.98.12, 1.0.2, 1.2.0
> Reporter: Esteban Gutierrez
> Assignee: Esteban Gutierrez
> Fix For: 2.0.0, 1.2.0
>
> Attachments:
> 0001-HBASE-13694-CallQueueSize-is-incorrectly-decremented.patch,
> HBASE-13694.2.patch, HBASE-13694.3.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)