HBASE-5673 The OOM problem of IPC client call cause all handle block

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1307240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-03-30 04:33:12 +00:00
parent 89ea8af04f
commit b291485220
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ public class HBaseClient {
// start the receiver thread after the socket connection has been set up
start();
} catch (IOException e) {
} catch (Throwable e) {
markClosed(e);
close();