一、zookeeper超出最大连接限制:ambari server检测到critical错误, zookeeper server on ep-bd01:2181 连接被积极拒绝,翻看主机上zookeeper的日志

tail -n200 zookeeper-zookeeper-server-ep-bd01.out,发现都是如下错误:

2018-08-20 16:59:20,603 [myid:3] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@193] - Too many connections from /192.168.58.11 - max is 60
2018-08-20 16:59:20,619 [myid:3] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@193] - Too many connections from /192.168.58.11 - max is 60

搜索后,在ambari界面上添加如下参数[maxClientCnxns],问题解决:

【CentOS-7+ Ambari 2.7.0 + HDP 3.0+HAWQ2.3.00】遭遇问题及解决记录

相关文章:

  • 2021-04-08
  • 2021-07-01
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
  • 2021-12-05
猜你喜欢
  • 2021-08-30
  • 2021-08-30
  • 2021-08-20
  • 2021-06-16
  • 2021-09-07
  • 2021-11-05
  • 2022-01-01
相关资源
相似解决方案