【发布时间】:2020-06-29 09:21:21
【问题描述】:
我想知道这个错误的变量情况。
> 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]]
它有时会发生,但我不知道为什么。
【问题讨论】:
-
检查您的字段缓存 GET /_stats/fielddata?fields=*
-
@Johnny,它是一个
in_flight_requests断路器,因此检查字段数据是不够的,添加了有助于调试这些问题的答案,请查看
标签: elasticsearch exception circuit-breaker