infinilabs / gateway

🚀 A High-performance gateway designed for search scenarios. Good friend of Elasticsearch/Opensearch/Easysearch.
https://www.infinilabs.com/en/docs/latest/gateway/
28 stars 3 forks source link

http_request 太大导致溢出,文档未找到yml设置位置 #9

Closed Coldfengzi closed 2 years ago

Coldfengzi commented 2 years ago

Description

详细日志:

[01-12 15:26:36] [ERR] [metadata.go:254] [main], {"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [26726095128/24.8gb], which is larger than the limit of [25501368320/23.7gb], real usage: [26726095128/24.8gb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=0/0b, in_flight_requests=3953455036/3.6gb, model_inference=0/0b, accounting=0/0b]","bytes_wanted":26726095128,"bytes_limit":25501368320,"durability":"TRANSIENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [26726095128/24.8gb], which is larger than the limit of [25501368320/23.7gb], real usage: [26726095128/24.8gb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=0/0b, in_flight_requests=3953455036/3.6gb, model_inference=0/0b, accounting=0/0b]","bytes_wanted":26726095128,"bytes_limit":25501368320,"durability":"TRANSIENT"},"status":429}
medcl commented 2 years ago

网关的配置是什么? 走的异步么?

medcl commented 2 years ago

新版本 1.6 已修复