作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试批量插入elasticsearch v6.6.0
时出现异常。
早些时候还好。
这是异常消息:
Elasticsearch bulk insert exception, TransportError(503, 'circuit_breaking_exception', '[parent] Data too large, data for [<http_request>] would be [746384154/711.8mb], which is larger than the limit of [745517875/710.9mb], usages [request=0/0b, fielddata=626151547/597.1mb, in_flight_requests=889937/869kb, accounting=119342670/113.8mb]')
data too large, than the limit
?
最佳答案
断路器是一种防止OutOfMemory异常的机制。它设置为堆的70%。
https://www.elastic.co/guide/en/elasticsearch/reference/current/circuit-breaker.html
我不建议增加断路器的限制,因为您将收到OOM异常。显然,字段数据导致堆(内存)已满。
一些解决方案:
关于elasticsearch - 上载时Elasticsearch批量插入异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56845347/
我是一名优秀的程序员,十分优秀!