为了账号安全,请及时绑定邮箱和手机立即绑定

出现not enough master nodes discovered during pinging怎么解决?

 出现not enough master nodes discovered during pinging怎么解决?

正在回答

1 回答

可能需要在系统环境中,修改文件配置信息,然后即可启动成功。

(1)切换到root用户,编辑limits.conf 添加类似如下内容

[root@hadoop102 elasticsearch-5.2.2]# vi /etc/security/limits.conf

添加如下内容:

* soft nofile 65536

* hard nofile 131072

* soft nproc 2048

* hard nproc 4096

(2)切换到root用户,进入limits.d目录下修改配置文件。

[root@hadoop102 elasticsearch-5.2.2]# vi /etc/security/limits.d/90-nproc.conf

修改如下内容:

* soft nproc 1024

#修改为

* soft nproc 2048

(3)切换到root用户修改配置sysctl.conf

[root@hadoop102 elasticsearch-5.2.2]# vi /etc/sysctl.conf 

添加下面配置:

vm.max_map_count=655360

并执行命令:

[root@hadoop102 elasticsearch-5.2.2]# sysctl -p

然后,重新启动elasticsearch,即可启动成功。


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

出现not enough master nodes discovered during pinging怎么解决?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信