当前位置:网站首页>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 openError 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_settingsSearch 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'边栏推荐
- docker部署oracle
- gvim【三】【_vimrc配置】
- PD虚拟机教程:如何在ParallelsDesktop虚拟机中设置可使用的快捷键?
- 常用數字信號編碼之反向不歸零碼碼、曼徹斯特編碼、差分曼徹斯特編碼
- Parsing of XML files
- LeetCode 648. 单词替换
- C # use TCP protocol to establish connection
- Data connection mode in low code platform (Part 2)
- LeetCode 648. Word replacement
- leetcode:648. 单词替换【字典树板子 + 寻找若干前缀中的最短符合前缀】
猜你喜欢

2022年13个UX/UI/UE最佳创意灵感网站

Equipment failure prediction machine failure early warning mechanical equipment vibration monitoring machine failure early warning CNC vibration wireless monitoring equipment abnormal early warning

潘多拉 IOT 开发板学习(HAL 库)—— 实验12 RTC实时时钟实验(学习笔记)

数据流图,数据字典

SAKT方法部分介绍

MicTR01 Tester 振弦采集模块开发套件使用说明

JS get the current time, month, day, year, and the uniapp location applet opens the map to select the location

Data connection mode in low code platform (Part 2)

大厂做开源的五大痛点

Notes de l'imprimante substance: paramètres pour les affichages Multi - écrans et multi - Résolutions
随机推荐
IP address home location query full version
Cvpr2022 | backdoor attack based on frequency injection in medical image analysis
半小时『直播连麦搭建』动手实战,大学生技术岗位简历加分项get!
C # use TCP protocol to establish connection
MLGO:Google AI发布工业级编译器优化机器学习框架
【服务器数据恢复】某品牌StorageWorks服务器raid数据恢复案例
UML state diagram
Search engine interface
Selenium Library
Arm cortex-a9, mcimx6u7cvm08ad processor application
NDK beginner's study (1)
UML 顺序图(时序图)
SAKT方法部分介绍
PERT图(工程网络图)
2022云顾问技术系列之高可用专场分享会
IP address home location query
EfficientNet模型的完整细节
Introduction to sakt method
MicTR01 Tester 振弦采集模塊開發套件使用說明
Differences between cookies and sessions