当前位置:网站首页>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'
边栏推荐
- Cocos creator direction and angle conversion
- 2022云顾问技术系列之高可用专场分享会
- Leetcode - Sword finger offer 05 Replace spaces
- 杭电oj2092 整数解
- 股票开户首选,炒股交易开户佣金最低网上开户安全吗
- First choice for stock account opening, lowest Commission for stock trading account opening, is online account opening safe
- js 获取当前时间 年月日,uniapp定位 小程序打开地图选择地点
- 华为云数据库DDS产品深度赋能
- Substance Painter筆記:多顯示器且多分辨率顯示器時的設置
- 最长上升子序列模型 AcWing 482. 合唱队形
猜你喜欢
leetcode:648. 单词替换【字典树板子 + 寻找若干前缀中的最短符合前缀】
UML 顺序图(时序图)
Codes de non - retour à zéro inversés, codes Manchester et codes Manchester différentiels couramment utilisés pour le codage des signaux numériques
大厂做开源的五大痛点
最长上升子序列模型 AcWing 1012. 友好城市
PyTorch模型训练实战技巧,突破速度瓶颈
Cvpr2022 | backdoor attack based on frequency injection in medical image analysis
[Reading stereo matching papers] [III] ints
js 获取当前时间 年月日,uniapp定位 小程序打开地图选择地点
JS get the current time, month, day, year, and the uniapp location applet opens the map to select the location
随机推荐
Demis Hassabis谈AlphaFold未来目标
最长上升子序列模型 AcWing 1012. 友好城市
STM32CubeMX,68套组件,遵循10条开源协议
一文读懂数仓中的pg_stat
The longest ascending subsequence model acwing 482 Chorus formation
常用数字信号编码之反向不归零码码、曼彻斯特编码、差分曼彻斯特编码
[Reading stereo matching papers] [III] ints
oracle 非自动提交解决
Notes de l'imprimante substance: paramètres pour les affichages Multi - écrans et multi - Résolutions
ndk初学习(一)
全球首款 RISC-V 笔记本电脑开启预售,专为元宇宙而生!
PLC:自动纠正数据集噪声,来洗洗数据集吧 | ICLR 2021 Spotlight
Mlgo: Google AI releases industrial compiler optimized machine learning framework
C # use TCP protocol to establish connection
Internal sort - insert sort
Leetcode——344. 反转字符串/541. 反转字符串 II/151. 颠倒字符串中的单词/剑指 Offer 58 - II. 左旋转字符串
Pert diagram (engineering network diagram)
MLGO:Google AI发布工业级编译器优化机器学习框架
Horizontal of libsgm_ path_ Interpretation of aggregation program
MRS离线数据分析:通过Flink作业处理OBS数据