You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/07/02 20:01:27 UTC

[jira] [Commented] (HBASE-8853) The client connection is not cut when receiving the failure notification

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

Ted Yu commented on HBASE-8853:
-------------------------------

{code}
+    protected static SocketException createConnectionCutException(ServerName sn){
{code}
Looks like the above method was only used once. Can it be folded into the caller ?
{code}
+    HTable table = new HTable(c2, tableName);
{code}
Please close the table at the end of the test.
                
> The client connection is not cut when receiving the failure notification
> ------------------------------------------------------------------------
>
>                 Key: HBASE-8853
>                 URL: https://issues.apache.org/jira/browse/HBASE-8853
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 0.95.1
>            Reporter: Nicolas Liochon
>            Assignee: Nicolas Liochon
>             Fix For: 0.95.2
>
>         Attachments: 8853.v1.patch
>
>
> It seems we broke something when we changed the client code (likely nio stuff). Here is a fix and a unit test.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira