Native controller process has stopped - no new native processes can be started

es on k8s 报错了

1
 Native controller process has stopped - no new native processes can be started

解决办法应该是本地线程不够的样子,解决办法最大线程

1
sysctl -w vm.max_map_count=262144

添加文件:

1
2
[root@localhost security]# vi /etc/sysctl.conf
vm.max_map_count = 655360

查看 es 的 index 的 shard 的情况。

GET _cat/shards?h=index,shard,prirep,state,unassigned.reason

Licensed under CC BY-NC-SA 4.0
最后更新于 Jan 06, 2025 05:52 UTC
comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计
Caret Up