elasticsearch入库错误:gc overhead导致数据节点脱离集群

报错如下:

elasticsearch入库错误:gc overhead导致数据节点脱离集群

 通过增加ping_timeout的时间,和增加ping_retries的次数来防止节点错误的脱离集群,可以使节点有充足的时间进行full GC

修改es配置,并重启:

discovery.zen.fd.ping_timeout: 1000s
discovery.zen.fd.ping_retries: 10

参考:https://blog.csdn.net/jojoy_828/article/details/89052406

上一篇:我们如何使用Python在字符串的开头删除标点符号?


下一篇:解决 git clone fatal: unable to access ‘https://github.com...‘: 的一种方法