[
https://issues.apache.org/jira/browse/HBASE-11705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090572#comment-14090572
]
Nicolas Liochon commented on HBASE-11705:
-----------------------------------------
The patch works, but the code would be more solid and easier to validate with a
finally; if someone adds something that throws an Exception it will be caught
by the final catch and we will have the same bug again.
> callQueueSize should be decremented in a fail-fast escenario
> ------------------------------------------------------------
>
> Key: HBASE-11705
> URL: https://issues.apache.org/jira/browse/HBASE-11705
> Project: HBase
> Issue Type: Bug
> Components: IPC/RPC
> Reporter: Esteban Gutierrez
> Assignee: Esteban Gutierrez
> Attachments: HBASE-11705.patch
>
>
> Discussed on the user@hbase mailing list
> (http://markmail.org/thread/w3cqjxwo2smkn2jw). If a client disconnects the
> call queue size is not decremented causing new calls to get rejected with a
> CallQueueTooBigException.
--
This message was sent by Atlassian JIRA
(v6.2#6252)