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

binlijin commented on HBASE-6313:
---------------------------------

if status == Status.FATAL Connection.markClosed(IOException e) will be called, 
shouldCloseConnection will set to be true, the connection will be close.
Connection.close() -> Connection.cleanupCalls()-> Call.setException(IOException 
error), so all call in calls will be notified. 
                
> 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