zookeeper NIOServerCnxn: Too many connections from IP- max i

Posted 小溪

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zookeeper NIOServerCnxn: Too many connections from IP- max i相关的知识,希望对你有一定的参考价值。

默认zookeeper给每个客户端IP使用的连接数为10-28 09:39:44,856 – WARN [NioserverCxn.Factory:0.0.0.0/0.0.0.0:5858:NIOS[email protected]] – Too many connections from /172.*.*.* – 10

 

 

zoo.cfg参考参数设置如下:

 

dataDir = 数据存放路径

dataLogDir = 日志存放路径

clientPort = 客户端连接端口

clientPortAddress

tickTime= 整形 不能为0

maxClientCnxns= 整形 最大客户端连接数

minSessionTimeout= 整形

maxSessionTimeout= 整形

initLimit = 整形

syncLimit = 整形

electionAlg = 整形

peerType = observer | participant

group.gid = sid:sid (一个ID, 值是多个sid, 中间以:分割, 一个sid只能属于一个gid)

weight.sid=整形

以上是关于zookeeper NIOServerCnxn: Too many connections from IP- max i的主要内容,如果未能解决你的问题,请参考以下文章

Zookeeper 之 server 逻辑

hbase连接java时,zookeeper总是连接不上,但是确实已经启动,每次连接,都报错

Zookeeper集群

ZooKeeper集群

ZooKeeper集群

Zookeeper -- 初识ZookeeperZookeeper的安装和配置Zookeeper命令操作(Zookeeper数据模型 Zookeeper服务端 / 客户端常用命令)