Fix for HBASE-3773 as saw by Gaojinchao

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2011-04-26 17:38:58 +00:00
parent e7b8bd4ab0
commit 6164a0cb85
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ import org.apache.zookeeper.KeeperException;
*/
@SuppressWarnings("serial")
public class HConnectionManager {
static final int MAX_CACHED_HBASE_INSTANCES = 31;
static final int MAX_CACHED_HBASE_INSTANCES = 2001;
// A LRU Map of Configuration hashcode -> TableServers. We set instances to 31.
// The zk default max connections to the ensemble from the one client is 30 so