Lars Hofhansl created HBASE-9739:
------------------------------------
Summary: 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.1#6144)