HBASE-5673 The OOM problem of IPC client call cause all handle block; REVERT -- APPLIED WRONG PATCH

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1307270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-03-30 05:30:47 +00:00
parent b291485220
commit 81482cebb8
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 (Throwable e) {
} catch (IOException e) {
markClosed(e);
close();