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:
parent
e7b8bd4ab0
commit
6164a0cb85
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue