Elasticsearch 常见异常
Posted ruhuanxingyun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Elasticsearch 常见异常相关的知识,希望对你有一定的参考价值。
1. 内存异常circuit_breaking_exception
错误:
Elasticsearch exception [type=circuit_breaking_exception, reason=[parent] Data too large, data for [<http_request>] would be [5014571538/4.6gb], which is larger than the limit of [4992565248/4.6gb], real usage: [5014571024/4.6gb], new bytes reserved: [514/514b], usages [request=0/0b, fielddata=2080269407/1.9gb, in_flight_requests=514/514b, accounting=354869718/338.4mb]]
解决方法
以上是关于Elasticsearch 常见异常的主要内容,如果未能解决你的问题,请参考以下文章
elasticsearch代码片段,及工具类SearchEsUtil.java
ElasticSearch学习问题记录——Invalid shift value in prefixCoded bytes (is encoded value really an INT?)(代码片段