当前位置:网站首页>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
边栏推荐
- c#利用 TCP 协议建立连接
- Demis Hassabis谈AlphaFold未来目标
- NDK beginner's study (1)
- libSGM的horizontal_path_aggregation程序解读
- 常用数字信号编码之反向不归零码码、曼彻斯特编码、差分曼彻斯特编码
- 杭电oj2092 整数解
- Substance Painter筆記:多顯示器且多分辨率顯示器時的設置
- Half an hour of hands-on practice of "live broadcast Lianmai construction", college students' resume of technical posts plus points get!
- 寺岗电子称修改IP简易步骤
- 半小时『直播连麦搭建』动手实战,大学生技术岗位简历加分项get!
猜你喜欢
Mrs offline data analysis: process OBS data through Flink job
数据流图,数据字典
MRS离线数据分析:通过Flink作业处理OBS数据
低代码平台中的数据连接方式(下)
Ian Goodfellow, the inventor of Gan, officially joined deepmind as research scientist
AWS learning notes (III)
CVPR2022 | 医学图像分析中基于频率注入的后门攻击
Internal sort - insert sort
【历史上的今天】7 月 7 日:C# 发布;Chrome OS 问世;《仙剑奇侠传》发行
EfficientNet模型的完整细节
随机推荐
gvim【三】【_vimrc配置】
Leetcode——剑指 Offer 05. 替换空格
PAG体验:十分钟完成AE动效部署上线各平台!
Attribute keywords ondelete, private, readonly, required
JS in the browser Base64, URL, blob mutual conversion
Reading and understanding of eventbus source code
Leetcode——344. Reverse string /541 Invert string ii/151 Reverse the word / Sword finger in the string offer 58 - ii Rotate string left
The longest ascending subsequence model acwing 1014 Mountaineering
C # use TCP protocol to establish connection
CVPR2022 | 医学图像分析中基于频率注入的后门攻击
最长上升子序列模型 AcWing 482. 合唱队形
【服务器数据恢复】某品牌StorageWorks服务器raid数据恢复案例
Leetcode——344. 反转字符串/541. 反转字符串 II/151. 颠倒字符串中的单词/剑指 Offer 58 - II. 左旋转字符串
MicTR01 Tester 振弦采集模块开发套件使用说明
C # switch pages through frame and page
Oracle Linux 9.0 officially released
全球首款 RISC-V 笔记本电脑开启预售,专为元宇宙而生!
多商户商城系统功能拆解01讲-产品架构
一个程序员的水平能差到什么程度?尼玛,都是人才呀...
Similarities and differences between switches and routers