当前位置:网站首页>Es log error appreciation -maximum shards open
Es log error appreciation -maximum shards open
2022-07-07 14:31:00 【Es assistant】
Error reporting
this action would add [1] total shards, but this cluster currently has [29998]/[3000] maximum shay ds open
Error reporting analysis
There is a maximum number of index shards for a single node , If the limit is exceeded, it will result in the inability to add new partitions
Solution
View the maximum number of shards that can be accommodated by a single node of the current cluster
GET _cluster/settings?include_defaults&flat_settings
Search for :cluster.max_shards_per_node
According to the cluster situation , Adjust the maximum number of slices , Be careful , Here, the maximum number of slices of a single node is adjusted , The maximum total number of partitions of the cluster needs to use the maximum number of partitions of a single node * Number of nodes
Adjustment example :
Kibana The way :
PUT _cluster/settings
{
"transient":{
"cluster.max_shards_per_node":"2000"
}
}
Curl The way :
curl -XPUT -H "Content-Type:application/json" --user user:password -d '{"persistent":{"cluster":{"max_shards_per_node":10000}}}' 'http://ip:port/_cluster/settings'
边栏推荐
- 2022pagc Golden Sail award | rongyun won the "outstanding product technology service provider of the year"
- STM32CubeMX,68套组件,遵循10条开源协议
- 股票开户首选,炒股交易开户佣金最低网上开户安全吗
- libSGM的horizontal_path_aggregation程序解读
- electron remote 报错
- Beginner JSP
- NLLB-200:Meta开源新模型,可互译200种语言
- 一款你不容错过的Laravel后台管理扩展包 —— Voyager
- Demis Hassabis谈AlphaFold未来目标
- CVPR2022 | 医学图像分析中基于频率注入的后门攻击
猜你喜欢
GAN发明者Ian Goodfellow正式加入DeepMind,任Research Scientist
GVIM [III] [u vimrc configuration]
js 获取当前时间 年月日,uniapp定位 小程序打开地图选择地点
潘多拉 IOT 开发板学习(HAL 库)—— 实验12 RTC实时时钟实验(学习笔记)
Beginner JSP
一个简单LEGv8处理器的Verilog实现【四】【单周期实现基础知识及模块设计讲解】
Hands on Teaching: XML modeling
Reverse non return to zero code, Manchester code and differential Manchester code of common digital signal coding
UML sequence diagram (sequence diagram)
Applet directory structure
随机推荐
一个程序员的水平能差到什么程度?尼玛,都是人才呀...
Similarities and differences between switches and routers
LeetCode 648. 单词替换
最长上升子序列模型 AcWing 1014. 登山
找到自己的价值
Demis Hassabis谈AlphaFold未来目标
寺岗电子称修改IP简易步骤
c#利用 TCP 协议建立连接
MRS离线数据分析:通过Flink作业处理OBS数据
Leetcode——236. 二叉树的最近公共祖先
MicTR01 Tester 振弦采集模块开发套件使用说明
Leetcode one question per day (636. exclusive time of functions)
[AI practice] Application xgboost Xgbregressor builds air quality prediction model (II)
Substance painter notes: settings for multi display and multi-resolution displays
搜索引擎接口
Navigation — 这么好用的导航框架你确定不来看看?
[network security] SQL injection syntax summary
因员工将密码设为“123456”,AMD 被盗 450Gb 数据?
一款你不容错过的Laravel后台管理扩展包 —— Voyager
2022pagc Golden Sail award | rongyun won the "outstanding product technology service provider of the year"