当前位置:网站首页>Es log error appreciation -trying to create too many buckets
Es log error appreciation -trying to create too many buckets
2022-07-07 14:32:00 【Es assistant】
Error reporting
trying to create too many buckets. must be less than or equal to: [100000] but was [100001]. this limit can be set by changing the [search.max_buckets] cluster level setting.
Copy
Error reporting analysis
The aggregation bucket defaults to 10000, When the query exceeds , You're going to report a mistake , Cause the query to fail .
because Bucket aggregations Query operation consumes more memory , If there are too many buckets , When the frequency is high , It is easy to cause clustering JVM Out of memory , And then generate query fuse . It is suggested to rectify the business query in time after this problem occurs , The following solutions can be used to temporarily release restrictions .
Solution
1- Adjust the configuration of the cluster's maximum aggregation bucket , Solve the problem temporarily
PUT _cluster/settings
{
"persistent": {
"search.max_buckets": 11000
}
}
Official website document reference :
https://www.elastic.co/guide/en/elasticsearch/reference/7.16/search-settings.html#search-settings-max-buckets
边栏推荐
- Search engine interface
- IP address home location query
- 云上“视界” 创新无限 | 2022阿里云直播峰会正式上线
- Leetcode - Sword finger offer 05 Replace spaces
- Leetcode——344. Reverse string /541 Invert string ii/151 Reverse the word / Sword finger in the string offer 58 - ii Rotate string left
- 属性关键字OnDelete,Private,ReadOnly,Required
- Internal sort - insert sort
- 因员工将密码设为“123456”,AMD 被盗 450Gb 数据?
- 小程序目录结构
- bashrc与profile
猜你喜欢
数据湖(九):Iceberg特点详述和数据类型
2022年13个UX/UI/UE最佳创意灵感网站
PyTorch模型训练实战技巧,突破速度瓶颈
小程序目录结构
因员工将密码设为“123456”,AMD 被盗 450Gb 数据?
Assign a dynamic value to the background color of DataGrid through ivalueconverter
Substance Painter笔记:多显示器且多分辨率显示器时的设置
Horizontal of libsgm_ path_ Interpretation of aggregation program
Navigation - are you sure you want to take a look at such an easy-to-use navigation framework?
Mmkv use and principle
随机推荐
[Reading stereo matching papers] [III] ints
bashrc与profile
Differences between cookies and sessions
Demis hassabis talks about alphafold's future goals
LeetCode 648. 单词替换
gvim【三】【_vimrc配置】
Decrypt the three dimensional design of the game
Oracle Linux 9.0 正式发布
Equipment failure prediction machine failure early warning mechanical equipment vibration monitoring machine failure early warning CNC vibration wireless monitoring equipment abnormal early warning
华为云数据库DDS产品深度赋能
oracle 非自动提交解决
一个简单LEGv8处理器的Verilog实现【四】【单周期实现基础知识及模块设计讲解】
小米的芯片自研之路
UML sequence diagram (sequence diagram)
最长上升子序列模型 AcWing 1012. 友好城市
潘多拉 IOT 开发板学习(HAL 库)—— 实验12 RTC实时时钟实验(学习笔记)
寺岗电子称修改IP简易步骤
JS image to Base64
UML 顺序图(时序图)
LeetCode每日一题(636. Exclusive Time of Functions)