- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想知道这个错误的可变情况。
> CircuitBreakingException[[parent] Data too large, data for
> [<transport_request>] would be [32633199948/30.3gb], which is larger
> than the limit of [32573515366/30.3gb], real usage:
> [32633199624/30.3gb], new bytes reserved: [324/324b] , usages
> [request=0/0b, fielddata=182494625/174mb,
> in_flight_requests=332048906/316.6mb, accounting=908301644/866.2mb]]
时常发生,但我不知道为什么。
最佳答案
首先,防止 elasticsearch 集群内存不足错误是一件好事,如 official ES link 中所述。 .
Elasticsearch contains multiple circuit breakers used to preventoperations from causing an OutOfMemoryError. Each breaker specifies alimit for how much memory it can use. Additionally, there is aparent-level breaker that specifies the total amount of memory thatcan be used across all breakers.
现在查看您的异常,我们可以得出一些结论,这些结论将帮助您调试这些偶发问题并为同一链接中提到的 Elasticsearch 中可用的不同断路器设置更好的限制:
[parent] Data too large
父级限制发生断路器。in_flight_requests
某些正在进行的请求会发生这种情况。关于elasticsearch - 原因以及如何调试 Elasticsearch CircuitBreakingException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60736877/
我有一个中等规模的 Elasticsearch 索引(1.46T 或 ~1e8 文档)。它在 4 台服务器上运行,每台服务器都有 64GB Ram,在 elastic 和操作系统(用于缓存)之间平均分
我想知道这个错误的可变情况。 > CircuitBreakingException[[parent] Data too large, data for > [] would be [326331999
我收到警告说 elasticsearch 有 2 个未分配的分片。我进行了以下 api 调用以收集更多详细信息。 curl -s http://localhost:9200/_cluster/
我是一名优秀的程序员,十分优秀!