You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2017/04/08 01:32:41 UTC

[jira] [Resolved] (HBASE-9739) HBaseClient does not behave nicely when the called thread is interrupted

     [ https://issues.apache.org/jira/browse/HBASE-9739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Hofhansl resolved HBASE-9739.
----------------------------------
    Resolution: Won't Fix

Old issue. No update. Closing.

> HBaseClient does not behave nicely when the called thread is interrupted
> ------------------------------------------------------------------------
>
>                 Key: HBASE-9739
>                 URL: https://issues.apache.org/jira/browse/HBASE-9739
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>
> Just ran into a scenario where HBaseClient became permanently useless after we interrupted the using thread.
> The problem is here:
> {code}
>       } catch(IOException e) {
>         markClosed(e);
> {code}
> In sendParam(...).
> If the IOException is caused by an interrupt we should not close the connection.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)