[ 
https://issues.apache.org/jira/browse/HBASE-6313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405931#comment-13405931
 ] 

Zhihong Ted Yu commented on HBASE-6313:
---------------------------------------

calls.remove(id) is added for two cases.
{code}
         } else if (status == Status.FATAL) {
           // Close the connection
{code}
What about the case above ?
                
> Client hangs because the client is not notified 
> ------------------------------------------------
>
>                 Key: HBASE-6313
>                 URL: https://issues.apache.org/jira/browse/HBASE-6313
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: binlijin
>             Fix For: 0.94.1
>
>         Attachments: HBASE-6313-0.92-2.patch, HBASE-6313-0.92.patch, 
> HBASE-6313-0.94.patch, HBASE-6313-trunk.patch, clienthangthread.out
>
>
> If the call first remove from the calls, when some exception happened in 
> reading from the DataInputStream, the call will not be notified, cause the 
> client hangs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to